Improved warning alert. Spaces were missing.
This commit is contained in:
@@ -308,9 +308,9 @@ bool
|
|||||||
MediaWindow::QuitRequested()
|
MediaWindow::QuitRequested()
|
||||||
{
|
{
|
||||||
if (fRestartThread > 0) {
|
if (fRestartThread > 0) {
|
||||||
BString text(B_TRANSLATE("Quitting Media now will stop"
|
BString text(B_TRANSLATE("Quitting Media now will stop the "
|
||||||
"restarting the media services. Flaky or unavailable media"
|
"restarting of the media services. Flaky or unavailable media "
|
||||||
"functionality is likely the result."));
|
"functionality is the likely result."));
|
||||||
|
|
||||||
fRestartAlert = new BAlert(B_TRANSLATE("Warning!"), text,
|
fRestartAlert = new BAlert(B_TRANSLATE("Warning!"), text,
|
||||||
B_TRANSLATE("Quit anyway"), NULL, NULL,
|
B_TRANSLATE("Quit anyway"), NULL, NULL,
|
||||||
|
|||||||
Reference in New Issue
Block a user