GNOME Bugzilla – Bug 236142
Don't use acronyms as verbs in messages (camel-gpg-context.c)
Last modified: 2013-09-10 14:03:33 UTC
#: camel/camel-gpg-context.c:1122 #, c-format msgid "" "Failed to GPG %s: %s\n" "\n" "%.*s" #: camel/camel-gpg-context.c:1128 #, c-format msgid "Failed to GPG %s: %s\n" Please don't use acronyms as verbs in messages. Besides being bad English it's usually also difficult or impossible to translate correctly, since making verbs out of acronyms can be difficult or impossible in other languages. Please use "Failed to GPG encrypt %s" or "Failed to encrypt %s with GPG" or something similar instead of "Failed to GPG %s".
still there in revision 1.52 of camel/camel-gpg-context.c. could be an easy_fix...
*** bug 261982 has been marked as a duplicate of this bug. ***
Created attachment 44650 [details] [review] Patch to solve this (at least the gpg stuff)
Jorge, sorry but i wont use this patch now - after looking at the code for fixing another bug, i found that this case is only ever used for i/o errors. Also, there are many other errors for which this specific 'i was doing this at the time' error is not used either. So to simplify the whole thing and fix the inconsistencies, i just removed it and it just does a 'failed to execute gpg: strerror()' now. (marking as duplicate of the other bug, even though it isn't a duplicate, but the other bugs patch 'fixes' the problem). *** This bug has been marked as a duplicate of 238791 ***