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:
@@ -31,7 +31,7 @@ BAboutMenuItem::BAboutMenuItem(const char* appName)
|
|||||||
if (gLocaleBackend == NULL)
|
if (gLocaleBackend == NULL)
|
||||||
LocaleBackend::LoadBackend();
|
LocaleBackend::LoadBackend();
|
||||||
|
|
||||||
const char* string = B_TRANSLATE_MARK("About %app%" B_UTF8_ELLIPSIS);
|
const char* string = B_TRANSLATE_MARK("About %app%");
|
||||||
if (gLocaleBackend) {
|
if (gLocaleBackend) {
|
||||||
string = gLocaleBackend->GetString(string, "AboutMenuItem");
|
string = gLocaleBackend->GetString(string, "AboutMenuItem");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user