[haiku-commits] haiku: hrev44622 - src/preferences/virtualmemory

  • From: kallisti5@xxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 8 Sep 2012 01:09:06 +0200 (CEST)

hrev44622 adds 1 changeset to branch 'master'
old head: 59c595739c6e9469a43529aac8434646902f30a3
new head: b772f88c88e8fbbe2f498b38d32135893beca3b8

----------------------------------------------------------------------------

b772f88: VM Preflet: Fix user prompt string typo. Thanks ttcoder!

                          [ Alexander von Gluck IV <kallisti5@xxxxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev44622
Commit:      b772f88c88e8fbbe2f498b38d32135893beca3b8
URL:         http://cgit.haiku-os.org/haiku/commit/?id=b772f88
Author:      Alexander von Gluck IV <kallisti5@xxxxxxxxxxx>
Date:        Fri Sep  7 23:04:17 2012 UTC

----------------------------------------------------------------------------

1 file changed, 1 deletion(-)
src/preferences/virtualmemory/SettingsWindow.cpp |    1 -

----------------------------------------------------------------------------

diff --git a/src/preferences/virtualmemory/SettingsWindow.cpp 
b/src/preferences/virtualmemory/SettingsWindow.cpp
index d02f6e6..5dd0c31 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);


Other related posts:

  • » [haiku-commits] haiku: hrev44622 - src/preferences/virtualmemory - kallisti5