From 4f57a7bfcd1f09340d10c29ae04431d74fa97571 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 25 Jan 2009 14:41:59 +0000 Subject: [PATCH] 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 --- src/common/docview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/docview.cpp b/src/common/docview.cpp index 851d5a4..459ce55 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(), -- 2.7.4