Changed wording of installation alert again.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39727 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -152,7 +152,7 @@ NetworkStatus::ReadyToRun()
|
|||||||
|
|
||||||
if (isDeskbarRunning && !isInstalled) {
|
if (isDeskbarRunning && !isInstalled) {
|
||||||
BAlert* alert = new BAlert("", B_TRANSLATE("You can run NetworkStatus "
|
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"),
|
B_TRANSLATE("Run in window"), B_TRANSLATE("Install in Deskbar"),
|
||||||
NULL, B_WIDTH_AS_USUAL, B_WARNING_ALERT);
|
NULL, B_WIDTH_AS_USUAL, B_WARNING_ALERT);
|
||||||
alert->SetShortcut(0, B_ESCAPE);
|
alert->SetShortcut(0, B_ESCAPE);
|
||||||
|
|||||||
@@ -81,7 +81,7 @@ PowerStatus::ReadyToRun()
|
|||||||
|
|
||||||
if (isDeskbarRunning && !isInstalled) {
|
if (isDeskbarRunning && !isInstalled) {
|
||||||
BAlert* alert = new BAlert("", "You can run PowerStatus in a window "
|
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);
|
"Install in Deskbar", NULL, B_WIDTH_AS_USUAL, B_WARNING_ALERT);
|
||||||
alert->SetShortcut(0, B_ESCAPE);
|
alert->SetShortcut(0, B_ESCAPE);
|
||||||
|
|
||||||
|
|||||||
@@ -82,7 +82,7 @@ PCApplication::ReadyToRun()
|
|||||||
if (!deskbar.HasItem(kDeskbarItemName)) {
|
if (!deskbar.HasItem(kDeskbarItemName)) {
|
||||||
// We're not yet installed in the Deskbar, ask if we should
|
// We're not yet installed in the Deskbar, ask if we should
|
||||||
BAlert* alert = new BAlert("", "You can run PowerStatus in a window "
|
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);
|
"Install in Deskbar", NULL, B_WIDTH_AS_USUAL, B_WARNING_ALERT);
|
||||||
alert->SetShortcut(0, B_ESCAPE);
|
alert->SetShortcut(0, B_ESCAPE);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user