X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d94df7c9ab40027aef26af4dc469a547bb22e262..c70b2c8f1ce4c79fb3e0e55e5c96276e4efe15cb:/src/common/stockitem.cpp diff --git a/src/common/stockitem.cpp b/src/common/stockitem.cpp index fc62ec4276..b1e21f6245 100644 --- a/src/common/stockitem.cpp +++ b/src/common/stockitem.cpp @@ -137,7 +137,7 @@ wxString wxGetStockLabel(wxWindowID id, long flags) switch (id) { - STOCKITEM(wxID_ABOUT, _("&About..."), _("About...")); + STOCKITEM(wxID_ABOUT, _("&About"), _("About")); STOCKITEM(wxID_ADD, _("Add"), _("Add")); STOCKITEM(wxID_APPLY, _("&Apply"), _("Apply")); STOCKITEM(wxID_BACKWARD, _("&Back"), _("Back"));