blob: d2592aaf9fc6d7c62f7ba2a6b935388ff836a26d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
http://bugs.gentoo.org/127190
2006-03-28 Harald van Dijk <truedfx@gentoo.org>
* ca.po: Fix printf flag typo in negative value translation.
--- gcc-3_4-branch/gcc/po/ca.po
+++ gcc-3_4-branch/gcc/po/ca.po
@@ -17340,7 +17340,7 @@ msgstr "passant el valor negatiu `%E' pe
#: cp/typeck.c:5684
msgid "%s of negative value `%E' to `%T'"
-msgstr "%s de valor negatiu `%I' a \"%T\""
+msgstr "%s de valor negatiu `%E' a \"%T\""
#: cp/typeck.c:5772
msgid "cannot convert `%T' to `%T' for argument `%P' to `%D'"
|