diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2018-09-07 08:09:28 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2018-09-07 08:09:28 +0200 |
commit | 97e925453364302d0f84a0ac86c34290d480ddc1 (patch) | |
tree | 8312e4cc05a890f640527cdf627610e2c9526cae /debian/patches/0105-spelling_errors.patch | |
parent | 056febc59ff49b1123c74c037cdf7ab68549cea0 (diff) |
Switch to Ayatana AppIndicator
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(); |