Description: Fix spelling errors Author: Jörg Frings-Fürst 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();