From: Vadim Zeitlin Date: Sun, 25 Jan 2009 14:41:59 +0000 (+0000) Subject: don't use the not always appropriate word "document" in the save prompt (#10076) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/4f57a7bfcd1f09340d10c29ae04431d74fa97571?ds=sidebyside don't use the not always appropriate word "document" in the save prompt (#10076) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58399 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/docview.cpp b/src/common/docview.cpp index 851d5a4c31..459ce5585c 100644 --- a/src/common/docview.cpp +++ b/src/common/docview.cpp @@ -476,7 +476,7 @@ bool wxDocument::OnSaveModified() ( wxString::Format ( - _("Do you want to save changes to document %s?"), + _("Do you want to save changes to %s?"), GetUserReadableName() ), wxTheApp->GetAppDisplayName(),