Mercurial > pidgin
diff src/protocols/sametime/sametime.c @ 12489:12db50600de5
[gaim-migrate @ 14801]
A few minor string changes. Some from Bj??rn Voigt. Yaaaayyy Bj??rn.
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Thu, 15 Dec 2005 22:59:06 +0000 |
| parents | fe42d9c111f9 |
| children | f9d0ab1474ac |
line wrap: on
line diff
--- a/src/protocols/sametime/sametime.c Thu Dec 15 16:13:56 2005 +0000 +++ b/src/protocols/sametime/sametime.c Thu Dec 15 22:59:06 2005 +0000 @@ -5775,7 +5775,7 @@ l = g_list_append(l, opt); /* notesbuddy hack encoding */ - opt = gaim_account_option_string_new(_("NotesBuddy Encoding"), + opt = gaim_account_option_string_new(_("NotesBuddy encoding"), MW_KEY_ENCODING, MW_PLUGIN_DEFAULT_ENCODING); l = g_list_append(l, opt); @@ -5784,7 +5784,7 @@ there. Don't delete the preference, since there may be more than one account that wants to check for it. */ gboolean b = FALSE; - const char *label = _("Force Login (Ignore Server Redirects)"); + const char *label = _("Force login (ignore server redirects)"); if(gaim_prefs_exists(MW_PRPL_OPT_FORCE_LOGIN)) b = gaim_prefs_get_bool(MW_PRPL_OPT_FORCE_LOGIN); @@ -5794,7 +5794,7 @@ } /* pretend to be Sametime Connect */ - opt = gaim_account_option_bool_new(_("Hide Client Identity"), + opt = gaim_account_option_bool_new(_("Hide client identity"), MW_KEY_FAKE_IT, FALSE); l = g_list_append(l, opt);
