GNOME Bugzilla – Bug 732936
"empty location" string not marked for translation
Last modified: 2016-03-31 13:22:07 UTC
In src/wizard.vala, prepare_for_location () throws exceptions. These are catched in prepare () and the message is shown to the user. One of these exception messages is not marked for translation. I'll provide a patch for this when the patches for Bug#729026 are committed so I don't have to rebase it.
Created attachment 283032 [details] [review] wizard: Add missing translation mark The "Empty location" string in the exception may be shown to the user in wizard.vala, line 373 and should therefore be translated.
Review of attachment 283032 [details] [review]: ack
Attachment 283032 [details] pushed as 2fed727 - wizard: Add missing translation mark