I'd like to backport some fixes from Evolution master to 3.12 which fix GSSAPI HTTP authentication and error reporting¹. Previously, if we were unable to translate an error number into a string we would end up with an untranslated message of the form 'Unknown error code' or 'Unknown code %d' from libcom_err. Now the code is fixed, we end up handling the lookup failure in EDS, and report it slightly more coherently as _("(Unknown GSSAPI mechanism code: %x)") So we have a new untranslated string... in place of a string which was previously not only untranslated but untranslatable. In a case that should hopefully never happen now that we're actually looking up the error codes the right way, and where the message text wasn't giving the user much information anyway (only the number might *possibly* be helpful. On the whole, I'm not going to lose sleep over it being untranslated :) -- David Woodhouse Open Source Technology Centre David Woodhouse intel com Intel Corporation ¹ Specifically commits a523ac27, bd843434, f98caca8, 581c32aa.
Attachment:
smime.p7s
Description: S/MIME cryptographic signature