Tue, 05 Dec 2000 10:02:21 +0000
[gaim-migrate @ 1216]
whoops. i didn't remember this was possible.
| src/oscar.c | file | annotate | diff | comparison | revisions |
--- a/src/oscar.c Tue Dec 05 09:38:56 2000 +0000 +++ b/src/oscar.c Tue Dec 05 10:02:21 2000 +0000 @@ -1262,7 +1262,8 @@ if (prof == NULL || !strlen(prof)) { /* no info/away message */ char buf[1024]; - sprintf(buf, _("%s has no info/away message."), info->sn); + sprintf(buf, _("%s has no %s."), info->sn, + (infotype == AIM_GETINFO_GENERALINFO) ? "information" : "away message"); do_error_dialog(buf, _("Gaim - Error")); plugin_event(event_error, (void *)977, 0, 0, 0); return 1;