Improved warning alert. Spaces were missing.

This commit is contained in:
Humdinger 2015-08-29 08:27:20 +02:00
parent 796e1fd04f
commit e10d416e69

View File

@ -308,9 +308,9 @@ bool
MediaWindow::QuitRequested()
{
if (fRestartThread > 0) {
BString text(B_TRANSLATE("Quitting Media now will stop"
"restarting the media services. Flaky or unavailable media"
"functionality is likely the result."));
BString text(B_TRANSLATE("Quitting Media now will stop the "
"restarting of the media services. Flaky or unavailable media "
"functionality is the likely result."));
fRestartAlert = new BAlert(B_TRANSLATE("Warning!"), text,
B_TRANSLATE("Quit anyway"), NULL, NULL,