X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d94df7c9ab40027aef26af4dc469a547bb22e262..a4ea083bbdf710d3234dcbd2eafb5d0e078f8348:/src/common/stockitem.cpp diff --git a/src/common/stockitem.cpp b/src/common/stockitem.cpp index fc62ec4276..fad05d7b8e 100644 --- a/src/common/stockitem.cpp +++ b/src/common/stockitem.cpp @@ -4,7 +4,6 @@ // Author: Vaclav Slavik // Modified by: // Created: 2004-08-15 -// RCS-ID: $Id$ // Copyright: (c) Vaclav Slavik, 2004 // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// @@ -137,7 +136,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")); @@ -180,7 +179,7 @@ wxString wxGetStockLabel(wxWindowID id, long flags) STOCKITEM(wxID_OPEN, _("&Open..."), _("Open...")); STOCKITEM(wxID_PASTE, _("&Paste"), _("Paste")); STOCKITEM(wxID_PREFERENCES, _("&Preferences"), _("Preferences")); - STOCKITEM(wxID_PREVIEW, _("&Preview..."), _("Preview...")); + STOCKITEM(wxID_PREVIEW, _("Print previe&w..."), _("Print preview...")); STOCKITEM(wxID_PRINT, _("&Print..."), _("Print...")); STOCKITEM(wxID_PROPERTIES, _("&Properties"), _("Properties")); STOCKITEM(wxID_REDO, _("&Redo"), _("Redo"));