From b772f88c88e8fbbe2f498b38d32135893beca3b8 Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Fri, 7 Sep 2012 18:04:17 -0500 Subject: [PATCH] VM Preflet: Fix user prompt string typo. Thanks ttcoder! --- src/preferences/virtualmemory/SettingsWindow.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/preferences/virtualmemory/SettingsWindow.cpp b/src/preferences/virtualmemory/SettingsWindow.cpp index d02f6e6fdb..5dd0c312a2 100644 --- a/src/preferences/virtualmemory/SettingsWindow.cpp +++ b/src/preferences/virtualmemory/SettingsWindow.cpp @@ -234,7 +234,6 @@ SettingsWindow::SettingsWindow() BAlert* alert = new BAlert(B_TRANSLATE_SYSTEM_NAME("VirtualMemory"), B_TRANSLATE("The swap volume specified in the settings file is ", "invalid.\n You can keep the current setting or switch to the " - "You can keep the current setting or switch to the " "default swap volume."), B_TRANSLATE("Keep"), B_TRANSLATE("Switch"), NULL, B_WIDTH_AS_USUAL, B_WARNING_ALERT);