diff -r 10b916deb20c -r 2523e4143d74 src/protocols/toc/toc.c --- a/src/protocols/toc/toc.c Tue Jun 03 03:33:20 2003 +0000 +++ b/src/protocols/toc/toc.c Tue Jun 03 03:59:43 2003 +0000 @@ -2077,11 +2077,11 @@ { GaimAccountOption *option; - option = gaim_account_option_string_new(_("TOC Host"), "server", TOC_HOST); + option = gaim_account_option_string_new(_("TOC host"), "server", TOC_HOST); prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, option); - option = gaim_account_option_int_new(_("TOC Host"), "port", TOC_PORT); + option = gaim_account_option_int_new(_("TOC port"), "port", TOC_PORT); prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, option);