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:
Siarzhuk Zharski 2011-03-18 09:15:28 +00:00
parent 165991b56a
commit 4d1288ba20

View File

@ -70,7 +70,7 @@ _BZombieReplicantView_::MessageReceived(BMessage* msg)
error.ReplaceFirst("%description", description);
} else
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));