Remove ellipsis, used wrong.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41254 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jonas Sundström
2011-04-14 23:51:38 +00:00
parent 22e0bde18b
commit e724a832b9
@@ -213,7 +213,7 @@ DataTranslationsWindow::_SetupViews()
fIconView = new IconView();
// Add the translator info button
fButton = new BButton("info", B_TRANSLATE("Info" B_UTF8_ELLIPSIS),
fButton = new BButton("info", B_TRANSLATE("Info"),
new BMessage(kMsgTranslatorInfo), B_WILL_DRAW | B_FRAME_EVENTS | B_NAVIGABLE);
fButton->SetEnabled(false);