/pidgin/main: 183e39dc4190: Use "Yahoo! ID" consistently
Richard Laager <[email protected]> Mon, 18 Jul 2016 00:33:07 -0400
| Newsgroups | gmane.comp.gnome.gaim.cvs |
|---|---|
| Message-ID | <[email protected]> |
Changeset: 183e39dc41904435f29d3bc93fc658091fe917ab Author: Richard Laager <[email protected]> Date: 2016-06-06 21:47 -0500 Branch: release-2.x.y URL: https://hg.pidgin.im/pidgin/main/rev/183e39dc4190 Description: Use "Yahoo! ID" consistently We used "Yahoo ID" in one place. Reported-by: Allan Nordh?y <[email protected]> diffstat: libpurple/protocols/yahoo/libyahoo.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (12 lines): diff --git a/libpurple/protocols/yahoo/libyahoo.c b/libpurple/protocols/yahoo/libyahoo.c --- a/libpurple/protocols/yahoo/libyahoo.c +++ b/libpurple/protocols/yahoo/libyahoo.c @@ -163,7 +163,7 @@ yahoo_get_account_text_table(PurpleAccou { GHashTable *table; table = g_hash_table_new(g_str_hash, g_str_equal); - g_hash_table_insert(table, "login_label", (gpointer)_("Yahoo ID...")); + g_hash_table_insert(table, "login_label", (gpointer)_("Yahoo! ID...")); return table; } _______________________________________________ Commits mailing list [email protected] https://pidgin.im/cgi-bin/mailman/listinfo/commits