Re: svn commit: r9963 - trunk/subversion/po
Lübbe Onken <luebbe-EODkac8h/[email protected]> Sun, 13 Jun 2004 23:35:50 +0200
| Newsgroups | gmane.mail.eyebrowse.devel,gmane.comp.version-control.subversion.svn |
|---|---|
| Message-ID | <[email protected]> |
Erik Huelsmann schrieb: >Luebbe, > >This change seems to have broken the trunk build. msgfmt complains that it >is a double entry. Did you run make (or make locale) before committing? > > Hi Erik, yes, that's a double message entry in propedit-cmd.c. I sent a patch to the list 1-2 weeks ago that fixes this, but it looks like it got lost. I build svn with vs.net and the build succeded, because I've got the changed lines in propedit-cmd.c. >>@@ -1570,8 +1572,9 @@ >> msgstr "Eigenschaft '%s' wurde von '%s' gelöscht.\n" >> >> #: clients/cmdline/propedit-cmd.c:127 >>-msgid "Bad encoding option: prop's value isn't stored as UTF8" >>-msgstr "" >>+#: clients/cmdline/propedit-cmd.c:256 >>+msgid "Bad encoding option: prop value not stored as UTF8" >>+msgstr "Fehlerhafte Codierung: Eigenschaftswert ist nicht als UTF8 >>gespeichert" >> >> #: clients/cmdline/propedit-cmd.c:136 >> #, c-format >> >> If someone applies my patch that fixes propedit-cmd.c, everything should be ok. -Lübbe