]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/docview.cpp
fix for temp file creation under Windows
[wxWidgets.git] / src / common / docview.cpp
index f9a4f3e7709d39514f5b254e783dc3dade9a55ff..36ecc6a51a70aa25978e168e7b528fe94ee2f564 100644 (file)
@@ -1741,7 +1741,7 @@ void wxDocParentFrame::OnMRUFile(wxCommandEvent& event)
             // about it
             m_docManager->RemoveFileFromHistory(n);
 
-            wxLogError(_("The file '%s' doesn't exist and couldn't be opened.\nIt has been also removed from the MRU files list."),
+            wxLogError(_("The file '%s' doesn't exist and couldn't be opened.\nIt has been removed from the most recently used files list."),
                        filename.c_str());
         }
     }