# HG changeset patch # User Mark Doliner # Date 1133827743 0 # Node ID bfc0a52f0cf435735488bb24b116da4c888239a3 # Parent b0f518af7cad6cc7c5bdf5f4e32dac4efb9894f9 [gaim-migrate @ 14671] A patch from Peter Lawler to make a Yahoo error message more correct. "with the 'new' yahoo 360 profile pages, the language is fine. it's the format that screws us up" committer: Tailor Script diff -r b0f518af7cad -r bfc0a52f0cf4 src/protocols/yahoo/yahoo_profile.c --- a/src/protocols/yahoo/yahoo_profile.c Tue Dec 06 00:07:14 2005 +0000 +++ b/src/protocols/yahoo/yahoo_profile.c Tue Dec 06 00:09:03 2005 +0000 @@ -1137,7 +1137,7 @@ if (profile_state == PROFILE_STATE_UNKNOWN_LANGUAGE) { g_string_append_printf(s, "%s

", _("Sorry, this profile seems to be in a language " - "that is not supported at this time.")); + "or format that is not supported at this time.")); } else if (profile_state == PROFILE_STATE_NOT_FOUND) { GaimBuddy *b = gaim_find_buddy