[haiku-commits] r40781 - haiku/trunk/src/apps/people

  • From: philippe.houdoin@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Wed, 2 Mar 2011 18:37:03 +0100 (CET)

Author: phoudoin
Date: 2011-03-02 18:37:02 +0100 (Wed, 02 Mar 2011)
New Revision: 40781
Changeset: http://dev.haiku-os.org/changeset/40781

Modified:
   haiku/trunk/src/apps/people/PictureView.cpp
Log:
Change a bit the tooltip text, per Axel suggestion.


Modified: haiku/trunk/src/apps/people/PictureView.cpp
===================================================================
--- haiku/trunk/src/apps/people/PictureView.cpp 2011-03-02 16:08:24 UTC (rev 
40780)
+++ haiku/trunk/src/apps/people/PictureView.cpp 2011-03-02 17:37:02 UTC (rev 
40781)
@@ -87,8 +87,8 @@
        SetViewColor(255, 255, 255);
 
        SetToolTip(B_TRANSLATE(
-               "Drop an image here.\n"
-               "Or use the contextual menu" B_UTF8_ELLIPSIS));
+               "Drop an image here,\n"
+               "or use the contextual menu."));
 
        BSize size(width + 2 * kPictureMargin, height + 2 * kPictureMargin);
        SetExplicitMinSize(size);


Other related posts:

  • » [haiku-commits] r40781 - haiku/trunk/src/apps/people - philippe . houdoin