GNOME Bugzilla – Bug 518572
Used wrong gettext domain
Last modified: 2008-02-28 23:48:58 UTC
The applet is currently using 'colorblind-applet' as gettext textdomain, while the correct on is 'gnome-mag'. This means that all localizable and localized stuff will appear untranslated at runtime. Here is a patch.
Created attachment 105898 [details] [review] The proposed patch Simply change 'colorblind-applet' to 'gnome-mag' in any *textdomain* function in colorblind-applet.py
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.