Package: heroes / 0.21-18

spelling-fixes.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
Description: Spelling fixes
Author: Stephen Kitt <skitt@debian.org>

--- a/po/de.po
+++ b/po/de.po
@@ -1654,7 +1654,7 @@
 #, c-format
 msgid ""
 "Cannot open %s, disabling sound-effects\n"
-"(run with -X to supress this message)."
+"(run with -X to suppress this message)."
 msgstr ""
 "Kann %s nicht ffnen, Sound deaktiviert.\n"
 "(-X unterdrckt diese Meldung)."
--- a/po/fr.po
+++ b/po/fr.po
@@ -1663,7 +1663,7 @@
 #, c-format
 msgid ""
 "Cannot open %s, disabling sound-effects\n"
-"(run with -X to supress this message)."
+"(run with -X to suppress this message)."
 msgstr ""
 "Impossible d'ouvrir %s, les bruitages sont dsactivs.\n"
 "(lancez avec -X pour supprimer ce message)."
--- a/po/heroes.pot
+++ b/po/heroes.pot
@@ -1388,7 +1388,7 @@
 #, c-format
 msgid ""
 "Cannot open %s, disabling sound-effects\n"
-"(run with -X to supress this message)."
+"(run with -X to suppress this message)."
 msgstr ""
 
 #: src/media/sfx.c:260
--- a/po/it.po
+++ b/po/it.po
@@ -1655,7 +1655,7 @@
 #, c-format
 msgid ""
 "Cannot open %s, disabling sound-effects\n"
-"(run with -X to supress this message)."
+"(run with -X to suppress this message)."
 msgstr ""
 "Impossibile aprire %s, disabilito gli effetti sonori\n"
 "(esegui con l'opzione -X per eliminare questo messaggio)."
--- a/po/nl.po
+++ b/po/nl.po
@@ -1639,7 +1639,7 @@
 #, c-format
 msgid ""
 "Cannot open %s, disabling sound-effects\n"
-"(run with -X to supress this message)."
+"(run with -X to suppress this message)."
 msgstr ""
 "Kan `%s' niet openen, zet geluids-effecten uit\n"
 "(draai met -X om dit bericht te onderdrukken)."
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -1648,7 +1648,7 @@
 #, c-format
 msgid ""
 "Cannot open %s, disabling sound-effects\n"
-"(run with -X to supress this message)."
+"(run with -X to suppress this message)."
 msgstr ""
 "Impossvel abrir %s, desativando efeitos de som\n"
 "(rode com -X para suprimir esta mensagem)."
--- a/po/sv.po
+++ b/po/sv.po
@@ -1628,7 +1628,7 @@
 #, c-format
 msgid ""
 "Cannot open %s, disabling sound-effects\n"
-"(run with -X to supress this message)."
+"(run with -X to suppress this message)."
 msgstr ""
 "Kan inte öppna %s, stänger av ljudeffekter\n"
 "(kör med -X för att ta bort detta meddelande)."
--- a/src/media/sfx.c
+++ b/src/media/sfx.c
@@ -92,7 +92,7 @@
       if (*conf != 0)
 	dperror ("fopen");
       wmsg (_("Cannot open %s, disabling sound-effects\n"
-	      "(run with -X to supress this message)."), conf);
+	      "(run with -X to suppress this message)."), conf);
       nosfx = 1;
       free (conf);
       return 0;