blob: 9b14dc942bb925855b6cb418d578946a5a384717 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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();
|