[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Two typos in et.po
From: |
Ulrich Hopp |
Subject: |
Re: Two typos in et.po |
Date: |
Thu, 14 Nov 2002 22:16:34 +0100 |
User-agent: |
KMail/1.4.3 |
Hi Pawel,
gnokii : latest version from CVS 0.5.0pre (14.11.2002)
Phone : Nokia 6310 V 4.10 04-01-02 NPE-4
Cabel : DLR3-3P
System SuSE 8.1 ( ftp update )
> Typos in et.po :
> line 1599 and 1619 : format strings for msgid and msgstr are different. Had
> to change to %d or %s ( don't know which is the right string )
After looking deeper into the original unmodified cvs et.po file I found this
:
#: gnokii/gnokii.c:3244
#, c-format
msgid "Name: %s\n"
msgstr "Nimi: %d\n"
#: gnokii/gnokii.c:3245
#, c-format
msgid "Home: %s\n"
msgstr "Kodu Number: %d\n"
I'm not familiar with po files etc. but I think it has to be %s instead of %d.
After changing this and two other lines everything works fine for me.
regards
Uli