Remove ellipsis. The about-window is not a dialog requiring additional information from the user.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40959 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jonas Sundström 2011-03-15 11:07:33 +00:00
parent 1c1cdc25e1
commit c53bd10cbb

View File

@ -31,7 +31,7 @@ BAboutMenuItem::BAboutMenuItem(const char* appName)
if (gLocaleBackend == NULL)
LocaleBackend::LoadBackend();
const char* string = B_TRANSLATE_MARK("About %app%" B_UTF8_ELLIPSIS);
const char* string = B_TRANSLATE_MARK("About %app%");
if (gLocaleBackend) {
string = gLocaleBackend->GetString(string, "AboutMenuItem");
}