diff options
Diffstat (limited to 'debian/patches/0105-spelling_errors.patch')
-rw-r--r-- | debian/patches/0105-spelling_errors.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/patches/0105-spelling_errors.patch b/debian/patches/0105-spelling_errors.patch new file mode 100644 index 0000000..9b14dc9 --- /dev/null +++ b/debian/patches/0105-spelling_errors.patch @@ -0,0 +1,19 @@ +Description: Fix spelling errors +Author: Jörg Frings-Fürst <debian@jff.email> +Forwarded: https://github.com/Simmesimme/Gnome-Pie/issues/165 +Last-Update: 2018-09-07 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +Index: trunk/src/themes/theme.vala +=================================================================== +--- trunk.orig/src/themes/theme.vala ++++ trunk/src/themes/theme.vala +@@ -179,7 +179,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(); |