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
This commit is contained in:
Ingo Weinhold 2010-11-22 11:17:35 +00:00
parent 2757dc8c3a
commit 36cdd7a292

View File

@ -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);