Open GoogleCodeExporter opened 8 years ago
Attached is a patch that I think addresses these various issues.
Original comment by walter.b...@gmail.com
on 22 Jun 2011 at 12:36
Attachments:
Can this patch be reviewed applied? It is not particularly invasice, so it
shouldn't require a huge amount of effort.
Original comment by cjlhomea...@gmail.com
on 6 Sep 2011 at 3:40
From looking at a recent POT file, it looks like this has been addressed. This
bug can be closed, except for one thing
#: src/Battery.py:189
#, python-format
msgid "%d Hour"
msgid_plural "%d Hours"
msgstr[0] ""
msgstr[1] ""
#: src/Battery.py:189
#, python-format
msgid "%d Minutes"
msgid_plural "%d Minutes"
msgstr[0] ""
msgstr[1] ""
This line
msgid "%d Minute" (should be made singular)
Thanks.
cjl
Original comment by cjlhomea...@gmail.com
on 6 Aug 2012 at 2:49
Original issue reported on code.google.com by
cjlhomea...@gmail.com
on 22 Jun 2011 at 3:02