From 82ee340110ec97e4a19db79f37be96d79278f0ae Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Mon, 7 Jan 2013 23:54:22 +0000 Subject: [PATCH] virtualmemory: Fix wording of auto swap management * Fixes #9136 * Setting this also assumes the boot partition. * "Automatic swap management" is more generalized --- src/preferences/virtualmemory/SettingsWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/preferences/virtualmemory/SettingsWindow.cpp b/src/preferences/virtualmemory/SettingsWindow.cpp index 5dd0c312a2..38bf127c48 100644 --- a/src/preferences/virtualmemory/SettingsWindow.cpp +++ b/src/preferences/virtualmemory/SettingsWindow.cpp @@ -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);