# HG changeset patch # User Eric Warmenhoven # Date 976010541 0 # Node ID 0d19ddd6f11e78e2c42dc3f7fb474bf9c17adc11 # Parent 7bdb543118289efb91ac94f1cde906575cf7546b [gaim-migrate @ 1216] whoops. i didn't remember this was possible. committer: Tailor Script diff -r 7bdb54311828 -r 0d19ddd6f11e src/oscar.c --- 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;