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:
parent
1c1cdc25e1
commit
c53bd10cbb
@ -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");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user