virtualmemory: Fix wording of auto swap management
* Fixes #9136 * Setting this also assumes the boot partition. * "Automatic swap management" is more generalized
This commit is contained in:
@@ -162,7 +162,7 @@ SettingsWindow::SettingsWindow()
|
|||||||
fSwapEnabledCheckBox->SetExplicitAlignment(align);
|
fSwapEnabledCheckBox->SetExplicitAlignment(align);
|
||||||
|
|
||||||
fSwapAutomaticCheckBox = new BCheckBox("auto swap",
|
fSwapAutomaticCheckBox = new BCheckBox("auto swap",
|
||||||
B_TRANSLATE("Choose swap size automatically"),
|
B_TRANSLATE("Automatic swap management"),
|
||||||
new BMessage(kMsgSwapAutomaticUpdate));
|
new BMessage(kMsgSwapAutomaticUpdate));
|
||||||
fSwapEnabledCheckBox->SetExplicitAlignment(align);
|
fSwapEnabledCheckBox->SetExplicitAlignment(align);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user