Corrected copy-and-paste error. Fixes #7029.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39941 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Joachim Seemer
2010-12-26 06:22:58 +00:00
parent 15426bc2a4
commit 82116426d6
+1 -1
View File
@@ -87,7 +87,7 @@ PCApplication::ReadyToRun()
if (!deskbar.HasItem(kDeskbarItemName)) {
// We're not yet installed in the Deskbar, ask if we should
BAlert* alert = new BAlert("",
B_TRANSLATE("You can run PowerStatus in a window"
B_TRANSLATE("You can run ProcessController in a window"
" or install it in the Deskbar."), B_TRANSLATE("Run in window"),
B_TRANSLATE("Install in Deskbar"),
NULL, B_WIDTH_AS_USUAL, B_WARNING_ALERT);