* Fix extra space typo in the mount settings alert. Spoted by Diver, thanks!
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38694 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -334,7 +334,7 @@ AutomountSettingsDialog::RunAutomountSettings(const BMessenger& target)
|
|||||||
status_t ret = target.SendMessage(&message, &reply, 2500000);
|
status_t ret = target.SendMessage(&message, &reply, 2500000);
|
||||||
if (ret != B_OK) {
|
if (ret != B_OK) {
|
||||||
(new BAlert(B_TRANSLATE("Mount server error"),
|
(new BAlert(B_TRANSLATE("Mount server error"),
|
||||||
B_TRANSLATE("The mount server could not be contacted."),
|
B_TRANSLATE("The mount server could not be contacted."),
|
||||||
B_TRANSLATE("OK"),
|
B_TRANSLATE("OK"),
|
||||||
NULL, NULL, B_WIDTH_AS_USUAL, B_STOP_ALERT))->Go();
|
NULL, NULL, B_WIDTH_AS_USUAL, B_STOP_ALERT))->Go();
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user