]> git.saurik.com Git - wxWidgets.git/commitdiff
don't use the not always appropriate word "document" in the save prompt (#10076)
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 25 Jan 2009 14:41:59 +0000 (14:41 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 25 Jan 2009 14:41:59 +0000 (14:41 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58399 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/docview.cpp

index 851d5a4c319c46dd4e2729e4be8c68cfed2defe6..459ce5585ccc8fe77119f9203ce74cdc7b51c20c 100644 (file)
@@ -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(),