Skip to content

Commit

Permalink
virtualmemory: Fix wording of auto swap management
Browse files Browse the repository at this point in the history
* Fixes #9136
* Setting this also assumes the boot partition.
* "Automatic swap management" is more generalized
  • Loading branch information
kallisti5 committed Jan 7, 2013
1 parent e4a05be commit 82ee340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/preferences/virtualmemory/SettingsWindow.cpp
Expand Up @@ -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);

Expand Down

0 comments on commit 82ee340

Please sign in to comment.