diff options
| -rw-r--r-- | CONTRIBUTORS | 1 | ||||
| -rw-r--r-- | HISTORY | 1 | ||||
| -rw-r--r-- | po/ca_ES.po | 2 | 
3 files changed, 3 insertions, 1 deletions
| diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 6c4bc6bd..1de4ced5 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1783,6 +1783,7 @@ Thomas Günther <tom1@toms-cafe.de>   show the current APIVERSION   for fixing i18n characters for the Hungarian texts   for implementing using nl_langinfo(CODESET) to determine the local codeset to use + for removing a duplicate ',' from the ca_ES.po file  David Woodhouse <dwmw2@infradead.org>   for his help in replacing the get/put_unaligned() macros from asm/unaligned.h with @@ -5478,3 +5478,4 @@ Video Disk Recorder Revision History    target in their Makefiles, as in    i18n: $(I18Npot) $(I18Nmo)    (based on a suggestion by Torsten Kunkel). +- Removed a duplicate ',' from the ca_ES.po file (thanks to Thomas Günther). diff --git a/po/ca_ES.po b/po/ca_ES.po index 9eb921e2..afef8083 100644 --- a/po/ca_ES.po +++ b/po/ca_ES.po @@ -873,7 +873,7 @@ msgid "Editing process already active!"  msgstr "Procés d'edició iniciat anteriorment!"  msgid " abcdefghijklmnopqrstuvwxyz0123456789-.#~,/_@" -msgstr " aàbcçdeéèfghiíjklmnoòpqrstuúvwxyz0123456789-.,#~,/_@·" +msgstr " aàbcçdeéèfghiíjklmnoòpqrstuúvwxyz0123456789-.#~,/_@·"  msgid "yes"  msgstr "sí" | 
