changeset 1206:0d19ddd6f11e

[gaim-migrate @ 1216] whoops. i didn't remember this was possible. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 05 Dec 2000 10:02:21 +0000
parents 7bdb54311828
children b81213bb5b61
files src/oscar.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;