BAboutWindow: use the standard "OK" instead of "Ok"

This commit is contained in:
Humdinger
2014-09-19 17:26:30 +02:00
parent 126a04e6d6
commit 76a607d2fe
+1 -1
View File
@@ -185,7 +185,7 @@ AboutView::AboutView(const char* appName, const char* signature)
fStripeView = new StripeView(_GetIconFromSignature(signature));
const char* ok = B_TRANSLATE_MARK("Ok");
const char* ok = B_TRANSLATE_MARK("OK");
BButton* closeButton = new BButton("ok",
gSystemCatalog.GetString(ok, "AboutWindow"),
new BMessage(B_QUIT_REQUESTED));