errors.c should localize the incoming format string, not the string produced by vasprintf. The format string is constant and thus can be added to a localization table, whereas the output string is not. Note that this change depends on error_message also localizing error table strings (which it does for KfM already). Commit By: lxs Revision: 20927 Changed Files: U trunk/src/util/support/errors.c