Mercurial > pidgin
diff src/protocols/toc/toc.c @ 13705:2f7b356812bc
[gaim-migrate @ 16108]
Bj?rn mentioned on gaim-i18n that we use a lot of similar terms for Server in the account options. I've normalized them. I'm not 100% satisfied with the Yahoo ones, but I did what I could.
committer: Tailor Script <tailor@pidgin.im>
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Sat, 29 Apr 2006 20:47:20 +0000 |
| parents | cfc2f7fcb3dd |
| children | 54147aa1ffe6 |
line wrap: on
line diff
--- a/src/protocols/toc/toc.c Sat Apr 29 19:20:28 2006 +0000 +++ b/src/protocols/toc/toc.c Sat Apr 29 20:47:20 2006 +0000 @@ -2337,11 +2337,11 @@ { GaimAccountOption *option; - option = gaim_account_option_string_new(_("TOC host"), "server", TOC_HOST); + option = gaim_account_option_string_new(_("Server"), "server", TOC_HOST); prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, option); - option = gaim_account_option_int_new(_("TOC port"), "port", TOC_PORT); + option = gaim_account_option_int_new(_("Port"), "port", TOC_PORT); prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, option);
