diff libpurple/protocols/silc/silc.c @ 15383:21bc8d84974f

I think this changes every user-visible string that contains 'Gaim.' We probably want the UI to be able to provide a user-readable client name as well as website, as some of my re-wordings come out somewhat awkward when I force not mentioning Gaim
author Sean Egan <seanegan@gmail.com>
date Mon, 22 Jan 2007 09:27:02 +0000
parents 5fe8042783c1
children 0b6f337a46d5
line wrap: on
line diff
--- a/libpurple/protocols/silc/silc.c	Mon Jan 22 09:05:30 2007 +0000
+++ b/libpurple/protocols/silc/silc.c	Mon Jan 22 09:27:02 2007 +0000
@@ -297,7 +297,7 @@
 		gaim_account_set_user_info(account, client->realname);
 	} else {
 		free(realname);
-		client->realname = strdup(_("Gaim User"));
+		client->realname = strdup(_("John Noname"));
 	}
 	client->hostname = silc_net_localhost();
 
@@ -1531,7 +1531,7 @@
 	g_free(silcargs);
 	if (!silc_client_command_call(sg->client, sg->conn, silccmd)) {
 		g_free(silccmd);
-		*error = g_strdup_printf(_("Unknown command: %s, (may be a Gaim bug)"), cmd);
+		*error = g_strdup_printf(_("Unknown command: %s, (may be a client bug)"), cmd);
 		return GAIM_CMD_RET_FAILED;
 	}
 	g_free(silccmd);