[haiku-commits] r39727 - in haiku/trunk/src/apps: networkstatus powerstatus processcontroller

  • From: humdingerb@xxxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 4 Dec 2010 20:42:58 +0100 (CET)

Author: humdinger
Date: 2010-12-04 20:42:58 +0100 (Sat, 04 Dec 2010)
New Revision: 39727
Changeset: http://dev.haiku-os.org/changeset/39727

Modified:
   haiku/trunk/src/apps/networkstatus/NetworkStatus.cpp
   haiku/trunk/src/apps/powerstatus/PowerStatus.cpp
   haiku/trunk/src/apps/processcontroller/PCWorld.cpp
Log:
Changed wording of installation alert again.

Modified: haiku/trunk/src/apps/networkstatus/NetworkStatus.cpp
===================================================================
--- haiku/trunk/src/apps/networkstatus/NetworkStatus.cpp        2010-12-04 
19:27:38 UTC (rev 39726)
+++ haiku/trunk/src/apps/networkstatus/NetworkStatus.cpp        2010-12-04 
19:42:58 UTC (rev 39727)
@@ -152,7 +152,7 @@
 
        if (isDeskbarRunning && !isInstalled) {
                BAlert* alert = new BAlert("", B_TRANSLATE("You can run 
NetworkStatus "
-                       "in a window or install it in Deskbar's tray."),
+                       "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);
                alert->SetShortcut(0, B_ESCAPE);

Modified: haiku/trunk/src/apps/powerstatus/PowerStatus.cpp
===================================================================
--- haiku/trunk/src/apps/powerstatus/PowerStatus.cpp    2010-12-04 19:27:38 UTC 
(rev 39726)
+++ haiku/trunk/src/apps/powerstatus/PowerStatus.cpp    2010-12-04 19:42:58 UTC 
(rev 39727)
@@ -81,7 +81,7 @@
 
        if (isDeskbarRunning && !isInstalled) {         
                BAlert* alert = new BAlert("", "You can run PowerStatus in a 
window "
-                       "or install it in Deskbar's tray.", "Run in window",
+                       "or install it in the Deskbar.", "Run in window",
                        "Install in Deskbar", NULL, B_WIDTH_AS_USUAL, 
B_WARNING_ALERT);
                alert->SetShortcut(0, B_ESCAPE);
 

Modified: haiku/trunk/src/apps/processcontroller/PCWorld.cpp
===================================================================
--- haiku/trunk/src/apps/processcontroller/PCWorld.cpp  2010-12-04 19:27:38 UTC 
(rev 39726)
+++ haiku/trunk/src/apps/processcontroller/PCWorld.cpp  2010-12-04 19:42:58 UTC 
(rev 39727)
@@ -82,7 +82,7 @@
        if (!deskbar.HasItem(kDeskbarItemName)) {
                // We're not yet installed in the Deskbar, ask if we should
                BAlert* alert = new BAlert("", "You can run PowerStatus in a 
window "
-                       "or install it in Deskbar's tray.", "Run in window",
+                       "or install it in the Deskbar.", "Run in window",
                        "Install in Deskbar", NULL, B_WIDTH_AS_USUAL, 
B_WARNING_ALERT);
                alert->SetShortcut(0, B_ESCAPE);
 


Other related posts:

  • » [haiku-commits] r39727 - in haiku/trunk/src/apps: networkstatus powerstatus processcontroller - humdingerb