[gaim-migrate @ 1216]

Tue, 05 Dec 2000 10:02:21 +0000

author
Eric Warmenhoven <warmenhoven@yahoo.com>
date
Tue, 05 Dec 2000 10:02:21 +0000
changeset 1206
434081e7ebb2
parent 1205
2ae3dbd52ddb
child 1207
81519794f4d9

[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;

mercurial