[mono/monodevelop] 74d56e5a: Fixed typo
| Newsgroups | gmane.comp.gnome.mono.patches |
|---|---|
| Message-ID | <000001424da942af-725d2791-76cc-4472-bd24-fb8b5c4ff48e-000000@email.amazonses.com> |
Branch: refs/heads/master
Home: https://github.com/mono/monodevelop
Compare: https://github.com/mono/monodevelop/compare/a3e7bb7dc14c...74d56e5a72c3
Commit: 74d56e5a72c3625285d6caafeb703d01d592c9d0
Author: Jeffrey Stedfast <[email protected]> (jstedfast)
Date: 2013-11-12 18:52:33 GMT
URL: https://github.com/mono/monodevelop/commit/74d56e5a72c3625285d6caafeb703d01d592c9d0
Fixed typo
Changed paths:
M main/src/addins/MonoDevelop.SourceEditor2/MonoDevelop.SourceEditor/SourceEditorView.cs
Modified: main/src/addins/MonoDevelop.SourceEditor2/MonoDevelop.SourceEditor/SourceEditorView.cs
===================================================================
@@ -700,7 +700,7 @@ public void Save (string fileName, Encoding encoding)
}
Mono.TextEditor.Utils.TextFileUtility.WriteText (fileName, writeText, writeEncoding, writeBom);
} catch (InvalidEncodingException) {
- var result = MessageService.AskQuestion (GettextCatalog.GetString ("Can't save file witch current codepage."),
+ var result = MessageService.AskQuestion (GettextCatalog.GetString ("Can't save file with current codepage."),
GettextCatalog.GetString ("Some unicode characters in this file could not be saved with the current encoding.\nDo you want to resave this file as Unicode ?\nYou can choose another encoding in the 'save as' dialog."),
1,
AlertButton.Cancel,
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches