Mercurial > pidgin.yaz
changeset 18516:15f0c935e699
I changed a string during a string freeze\! Sorry\!
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Fri, 13 Jul 2007 12:31:53 +0000 |
parents | 3b19fa8d0177 |
children | cedb5e44ed30 850cccc126ad 0a8f9829640f |
files | finch/gntaccount.c |
diffstat | 1 files changed, 2 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/finch/gntaccount.c Fri Jul 13 11:30:08 2007 +0000 +++ b/finch/gntaccount.c Fri Jul 13 12:31:53 2007 +0000 @@ -924,7 +924,7 @@ if (message != NULL && *message == '\0') message = NULL; - buffer = g_strdup_printf(_("%s%s%s%s wants to add %s%s%s%s to his or her buddy list%s%s"), + buffer = g_strdup_printf(_("%s%s%s%s wants to add %s to his or her buddy list%s%s"), remote_user, (alias != NULL ? " (" : ""), (alias != NULL ? alias : ""), @@ -934,10 +934,7 @@ : (purple_connection_get_display_name(gc) != NULL ? purple_connection_get_display_name(gc) : purple_account_get_username(account))), - id ? " (" : "", - id ? purple_account_get_username(account) : "", - id ? ")" : "", - (message != NULL ? ":\n" : "."), + (message != NULL ? ": " : "."), (message != NULL ? message : "")); if (!on_list) { GntWidget *widget;