summaryrefslogtreecommitdiffstats
path: root/misc/sdcv/patches/05_locales.patch
blob: 3724e3b57e803465ea1fbced45a03010600b21aa (plain)
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
From: Michal Čihař <nijel@debian.org>
Subject: Fixes typo in program (choise -> choice).
Bug: http://sourceforge.net/tracker/index.php?func=detail&aid=2125953&group_id=122858&atid=694730
--- a/po/ru.po
+++ b/po/ru.po
@@ -127,7 +127,7 @@
 #: src/libwrapper.cpp:366
 #, c-format
 msgid ""
-"Invalid choise.\n"
+"Invalid choice.\n"
 "It must be from 0 to %d or -1.\n"
 msgstr ""
 " .\n"
--- a/po/sdcv.pot
+++ b/po/sdcv.pot
@@ -118,7 +118,7 @@
 #: src/libwrapper.cpp:366
 #, c-format
 msgid ""
-"Invalid choise.\n"
+"Invalid choice.\n"
 "It must be from 0 to %d or -1.\n"
 msgstr ""
 
--- a/po/sk.po
+++ b/po/sk.po
@@ -124,7 +124,7 @@
 #: src/libwrapper.cpp:366
 #, fuzzy, c-format
 msgid ""
-"Invalid choise.\n"
+"Invalid choice.\n"
 "It must be from 0 to %d or -1.\n"
 msgstr ""
 "Neplatná voľba.\n"
--- a/po/uk.po
+++ b/po/uk.po
@@ -127,7 +127,7 @@
 #: src/libwrapper.cpp:366
 #, fuzzy, c-format
 msgid ""
-"Invalid choise.\n"
+"Invalid choice.\n"
 "It must be from 0 to %d or -1.\n"
 msgstr ""
 "Неправильний вибір.\n"
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -118,7 +118,7 @@
 #: src/libwrapper.cpp:366
 #, fuzzy, c-format
 msgid ""
-"Invalid choise.\n"
+"Invalid choice.\n"
 "It must be from 0 to %d or -1.\n"
 msgstr ""
 "无效的选择。\n"
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -120,7 +120,7 @@
 #: src/libwrapper.cpp:366
 #, fuzzy, c-format
 msgid ""
-"Invalid choise.\n"
+"Invalid choice.\n"
 "It must be from 0 to %d or -1.\n"
 msgstr ""
 "無效的選擇。\n"
--- a/src/libwrapper.cpp
+++ b/src/libwrapper.cpp
@@ -364,7 +364,7 @@
 				} else if (choise==-1)
 					break;
 				else
-					printf(_("Invalid choise.\nIt must be from 0 to %d or -1.\n"), 
+					printf(_("Invalid choice.\nIt must be from 0 to %d or -1.\n"), 
 					       res_list.size()-1);	  
 			}		
 		} else {