GNOME Bugzilla – Bug 327525
The <no value> text is not marked for translation
Last modified: 2006-01-30 06:03:51 UTC
Please describe the problem: The <no value> text in gconf-cell-renderer.c is not marked for translation. It appears when a key has no value set, so it sholud be translated. Attached patch marks it for translation and adds the file's name to POTFILES.in. Steps to reproduce: 1. 2. 3. Actual results: Expected results: Does this happen every time? Other information:
Created attachment 57582 [details] [review] Trivial fix for the reported problem
Thank you very much for the patch. Fixed