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:
Alexander von Gluck IV 2013-01-07 23:54:22 +00:00
parent e4a05be459
commit 82ee340110

View File

@ -162,7 +162,7 @@ SettingsWindow::SettingsWindow()
fSwapEnabledCheckBox->SetExplicitAlignment(align);
fSwapAutomaticCheckBox = new BCheckBox("auto swap",
B_TRANSLATE("Choose swap size automatically"),
B_TRANSLATE("Automatic swap management"),
new BMessage(kMsgSwapAutomaticUpdate));
fSwapEnabledCheckBox->SetExplicitAlignment(align);