From 36cdd7a2921f9bc8fada71530d9e2279019b9b69 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Mon, 22 Nov 2010 11:17:35 +0000 Subject: [PATCH] Corrected the alert text for the case that multiple processes are still active. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39567 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/terminal/TermWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/terminal/TermWindow.cpp b/src/apps/terminal/TermWindow.cpp index e397733c17..38e1c69533 100644 --- a/src/apps/terminal/TermWindow.cpp +++ b/src/apps/terminal/TermWindow.cpp @@ -333,7 +333,7 @@ TermWindow::_CanClose(int32 index) 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);