GNOME Bugzilla – Bug 353920
"(All) Account Search" strings not marked for translation
Last modified: 2013-09-13 00:53:21 UTC
the strings "Account Search" and "All Account Search" are not marked for translation in /mail/em-folder-browser.c: efb->account_search_vf = camel_vee_folder_new (vfolder_store,"Account Search",CAMEL_STORE_VEE_FOLDER_AUTO); efb->all_account_search_vf = camel_vee_folder_new (vfolder_store,"All Account Search",CAMEL_STORE_VEE_FOLDER_AUTO); note that messages which are not marked for translation *by accident* are allowed to get fixed (well, perhaps not in hard code freeze, but after, for sure ;-), but gnome-i18n@ mailing list should be informed. i consider this as a 2.8.1 target.
andre, iirc we have to request for freeze breaks. We will be in string freeze for 2.8.
Created attachment 72696 [details] [review] Proposed patch
This should fix the issue though. I would prefer to target to 2.9 unless it is so important, which isnt IMO.
as i have already written: messages which are not marked for translation *by accident* are allowed to get fixed, but gnome-i18n@ mailing list should be informed. therefore 2.8.x target.
committed to CVS HEAD (=stable branch). also sent an email to translator mailing list. closing as fixed.