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:
Philippe Houdoin
2010-12-08 18:41:16 +00:00
parent 078e1762a3
commit bb2628f421
+1 -1
View File
@@ -67,7 +67,7 @@ ActivityMonitor::ShowAbout()
BAlert *alert = new BAlert(B_TRANSLATE("about"),
B_TRANSLATE("ActivityMonitor\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();
BFont font;