Fix for the typo in alert message. Sorry.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41019 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -70,7 +70,7 @@ _BZombieReplicantView_::MessageReceived(BMessage* msg)
|
|||||||
error.ReplaceFirst("%description", description);
|
error.ReplaceFirst("%description", description);
|
||||||
} else
|
} else
|
||||||
error = B_TRANSLATE("Cannot locate the application for the "
|
error = B_TRANSLATE("Cannot locate the application for the "
|
||||||
"replicant. No application signature supplied.\n%error)");
|
"replicant. No application signature supplied.\n%error");
|
||||||
|
|
||||||
error.ReplaceFirst("%error", strerror(fError));
|
error.ReplaceFirst("%error", strerror(fError));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user