The "OK" button was not localized. Spotted by Adrien, thanks!
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39769 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -67,7 +67,7 @@ ActivityMonitor::ShowAbout()
|
|||||||
BAlert *alert = new BAlert(B_TRANSLATE("about"),
|
BAlert *alert = new BAlert(B_TRANSLATE("about"),
|
||||||
B_TRANSLATE("ActivityMonitor\n"
|
B_TRANSLATE("ActivityMonitor\n"
|
||||||
"\twritten by Axel Dörfler\n"
|
"\twritten by Axel Dörfler\n"
|
||||||
"\tCopyright 2008, Haiku Inc.\n"), "OK");
|
"\tCopyright 2008, Haiku Inc.\n"), B_TRANSLATE("OK"));
|
||||||
BTextView *view = alert->TextView();
|
BTextView *view = alert->TextView();
|
||||||
BFont font;
|
BFont font;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user