Author: qboosh Date: Fri Dec 5 21:47:48 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- missing nl
---- Files affected:
SOURCES:
kbd-ngettext.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/kbd-ngettext.patch
diff -u SOURCES/kbd-ngettext.patch:1.1 SOURCES/kbd-ngettext.patch:1.2
--- SOURCES/kbd-ngettext.patch:1.1 Fri Dec 5 22:43:34 2008
+++ SOURCES/kbd-ngettext.patch Fri Dec 5 22:47:43 2008
@@ -8,7 +8,7 @@
- keyct, (keyct == 1) ? _("key") : _("keys"),
- funcct, (funcct == 1) ? _("string") : _("strings"));
+ printf(ngettext("\nChanged %d key", "\nChanged %d keys",
keyct), keyct);
-+ printf(ngettext(" and %d string.", " and %d strings.", funcct),
funcct);
++ printf(ngettext(" and %d string.\n", " and %d strings.\n",
funcct), funcct);
}
if (accent_table_size > 0 || nocompose) {
diacct = defdiacs(fd);
@@ -80,11 +80,11 @@
-#: loadkeys.y:1055
-msgid "definition"
-msgstr "."
-+msgid " and %d string."
-+msgid_plural " and %d strings."
-+msgstr[0] " i %d �a�cuch."
-+msgstr[1] " i %d �a�cuchy."
-+msgstr[2] " i %d �a�cuch�w."
++msgid " and %d string.\n"
++msgid_plural " and %d strings.\n"
++msgstr[0] " i %d �a�cuch.\n"
++msgstr[1] " i %d �a�cuchy.\n"
++msgstr[2] " i %d �a�cuch�w.\n"
+
+#: loadkeys.y:1053
+#, c-format
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/kbd-ngettext.patch?r1=1.1&r2=1.2&f=u
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit