[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Bug in po-checktrans.py ?
- From: Christophe Ponsard <cp cetic be>
- To: dia-list gnome org
- Subject: Bug in po-checktrans.py ?
- Date: Tue, 10 Dec 2002 16:44:12 +0100
I am not a python-man but I am getting an error in
lign 53 of po-checktrans.py
if s.find('fuzzy') >=0
which I fixed using
if string.find(s,'fuzzy') >= 0
(rather weird, I am quite convinced the translation
process was working before...)
christophe p.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]