GNOME Bugzilla – Bug 325616
e-table-group-container.c: remove whitespace, add translator comments
Last modified: 2010-04-02 10:29:56 UTC
http://developer.gnome.org/doc/tutorials/gnome-i18n/developer.html#use-comments #: ../widgets/table/e-table-group-container.c:350 #, c-format msgid "%s : %s (%d item)" #: ../widgets/table/e-table-group-container.c:351 #, c-format msgid "%s : %s (%d items)" these two also needs translator comments - nobody is able to understand what this should mean, or even how to translate it. same with #: ../widgets/table/e-table-group-container.c:356 #, c-format msgid "%s (%d item)" #: ../widgets/table/e-table-group-container.c:357 #, c-format msgid "%s (%d items)" note that adding comments to translatable strings must not be announced according to http://mail.gnome.org/archives/desktop-devel-list/2005-February/msg00092.html.
Created attachment 73623 [details] [review] Submitting patch.
please include appropriate line breaks for those long comments, and also fix the whitespace issues (whitespace in front of a punctuation mark is a no-go), also in the comment (please use proper english like "bla1 (e.g.: bla2" instead of "bla1(eg:bla2"). thanks. apart from that, it looks okay. :-)
Created commit 6f37596 in evo master (2.31.1+)