Spell fix, thanks Stefano for correcting me.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31567 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Fredrik Modeen
2009-07-14 20:41:59 +00:00
parent 05afd3332b
commit f8c84871ee
+1 -1
View File
@@ -91,7 +91,7 @@ PCApplication::ReadyToRun()
alertInstall->SetShortcut(0, B_ESCAPE);
} else {
BAlert* alert = new BAlert("",
"ProcessController are already installed in Deskbar.", "OK", NULL,
"ProcessController is already installed in Deskbar.", "OK", NULL,
NULL, B_WIDTH_AS_USUAL, B_WARNING_ALERT);
alert->SetShortcut(0, B_ESCAPE);
alert->Go();