[haiku-commits] haiku: hrev44451 - src/kits/interface

  • From: jscipione@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Wed, 1 Aug 2012 13:50:54 +0200 (CEST)

hrev44451 adds 1 changeset to branch 'master'
old head: f7010474bbc31cf0800e1dd0b7d0b03bb1b25b9b
new head: 147ef3a9e89c28d64387f4bf645f48453913c3f8

----------------------------------------------------------------------------

147ef3a: Remove the ellipses for About App in the replicant menu.
  
  The ellipsis character (...) after a menu item means that
  the command needs more information from the user before
  the operation executes.
  
  The ellipsis character doesn’t simply mean that a dialog
  box or window will appear.
  
  The window appearing completes the command and doesn’t
  require additional input from the user before it executes.

                                     [ John Scipione <jscipione@xxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev44451
Commit:      147ef3a9e89c28d64387f4bf645f48453913c3f8
URL:         http://cgit.haiku-os.org/haiku/commit/?id=147ef3a
Author:      John Scipione <jscipione@xxxxxxxxx>
Date:        Wed Aug  1 11:46:44 2012 UTC

----------------------------------------------------------------------------

1 file changed, 1 insertion(+), 1 deletion(-)
src/kits/interface/Dragger.cpp |    2 +-

----------------------------------------------------------------------------

diff --git a/src/kits/interface/Dragger.cpp b/src/kits/interface/Dragger.cpp
index 37f92d6..fd8f8a2 100644
--- a/src/kits/interface/Dragger.cpp
+++ b/src/kits/interface/Dragger.cpp
@@ -740,7 +740,7 @@ BDragger::_BuildDefaultPopUp()
        if (name != NULL)
                msg->AddString("target", name);
 
-       BString about(B_TRANSLATE("About %app" B_UTF8_ELLIPSIS));
+       BString about(B_TRANSLATE("About %app"));
        about.ReplaceFirst("%app", name);
 
        fPopUp->AddItem(new BMenuItem(about.String(), msg));


Other related posts: