diff options
Diffstat (limited to 'debian/patches/0105-spelling_errors.patch')
-rw-r--r-- | debian/patches/0105-spelling_errors.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/patches/0105-spelling_errors.patch b/debian/patches/0105-spelling_errors.patch index d197a4e..3fefbb5 100644 --- a/debian/patches/0105-spelling_errors.patch +++ b/debian/patches/0105-spelling_errors.patch @@ -575,3 +575,16 @@ Index: trunk/src/gui/preferencesWindow.vala result = Gtk.MessageType.ERROR; } a.close(); +Index: trunk/src/themes/theme.vala +=================================================================== +--- trunk.orig/src/themes/theme.vala ++++ trunk/src/themes/theme.vala +@@ -173,7 +173,7 @@ public class Theme : GLib.Object { + dialog.destroy(); + + } else { +- var message = _("An error occured while exporting the theme \"%s\"! Please check the console output.").printf(this.name); ++ var message = _("An error occurred while exporting the theme \"%s\"! Please check the console output.").printf(this.name); + var dialog = new Gtk.MessageDialog(null, Gtk.DialogFlags.MODAL, + Gtk.MessageType.ERROR, Gtk.ButtonsType.CLOSE, message); + dialog.run(); |