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:
parent
2757dc8c3a
commit
36cdd7a292
@ -333,7 +333,7 @@ TermWindow::_CanClose(int32 index)
|
|||||||
alertMessage = B_TRANSLATE(
|
alertMessage = B_TRANSLATE(
|
||||||
"The following processes are still running:\n\n"
|
"The following processes are still running:\n\n"
|
||||||
"\t%1\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);
|
alertMessage.ReplaceFirst("%1", busyProcessNames);
|
||||||
|
Loading…
Reference in New Issue
Block a user