From e733c5ce75db5a64ac3245b130e84ff23dda9a25 Mon Sep 17 00:00:00 2001 From: David Howland Date: Fri, 16 Mar 2018 08:29:45 -0400 Subject: [PATCH] Use more aesthetic "Save As..." --- src/common/stockitem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/stockitem.cpp b/src/common/stockitem.cpp index 763a403d87..967b1383ed 100644 --- a/src/common/stockitem.cpp +++ b/src/common/stockitem.cpp @@ -188,7 +188,7 @@ wxString wxGetStockLabel(wxWindowID id, long flags) STOCKITEM(wxID_REPLACE, _("Rep&lace"), _("Replace")); STOCKITEM(wxID_REVERT_TO_SAVED, _("Revert to Saved"), _("Revert to Saved")); STOCKITEM(wxID_SAVE, _("&Save"), _("Save")); - STOCKITEM(wxID_SAVEAS, _("Save &as..."), _("Save as...")); + STOCKITEM(wxID_SAVEAS, _("Save &As..."), _("Save As...")); STOCKITEM(wxID_SELECTALL, _("Select &All"), _("Select All")); STOCKITEM(wxID_SELECT_COLOR, _("&Color"), _("Color")); STOCKITEM(wxID_SELECT_FONT, _("&Font"), _("Font"));