* 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:
Alexandre Deckner
2010-09-18 00:49:33 +00:00
parent 19b7ba00f6
commit 9377675061
+1 -1
View File
@@ -334,7 +334,7 @@ AutomountSettingsDialog::RunAutomountSettings(const BMessenger& target)
status_t ret = target.SendMessage(&message, &reply, 2500000);
if (ret != B_OK) {
(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"),
NULL, NULL, B_WIDTH_AS_USUAL, B_STOP_ALERT))->Go();
return;