[haiku-commits] r39567 - haiku/trunk/src/apps/terminal

  • From: ingo_weinhold@xxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 22 Nov 2010 12:17:35 +0100 (CET)

Author: bonefish
Date: 2010-11-22 12:17:35 +0100 (Mon, 22 Nov 2010)
New Revision: 39567
Changeset: http://dev.haiku-os.org/changeset/39567

Modified:
   haiku/trunk/src/apps/terminal/TermWindow.cpp
Log:
Corrected the alert text for the case that multiple processes are still active.


Modified: haiku/trunk/src/apps/terminal/TermWindow.cpp
===================================================================
--- haiku/trunk/src/apps/terminal/TermWindow.cpp        2010-11-21 22:28:49 UTC 
(rev 39566)
+++ haiku/trunk/src/apps/terminal/TermWindow.cpp        2010-11-22 11:17:35 UTC 
(rev 39567)
@@ -333,7 +333,7 @@
                alertMessage = B_TRANSLATE(
                        "The following processes are still running:\n\n"
                        "\t%1\n\n"
-                       "If you close the tab, the processes will be killed.");
+                       "If you close the Terminal, the processes will be 
killed.");
        }
 
        alertMessage.ReplaceFirst("%1", busyProcessNames);


Other related posts:

  • » [haiku-commits] r39567 - haiku/trunk/src/apps/terminal - ingo_weinhold