Change a bit the tooltip text, per Axel suggestion.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40781 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Philippe Houdoin 2011-03-02 17:37:02 +00:00
parent a559946f03
commit 552c44608f

View File

@ -87,8 +87,8 @@ PictureView::PictureView(float width, float height, const entry_ref* ref)
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);