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:
parent
165991b56a
commit
4d1288ba20
@ -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));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user