Mercurial > pidgin
diff src/protocols/irc/irc.c @ 7841:0555e59dfba9
[gaim-migrate @ 8494]
A few more minor updates to the Join Chat dialog.
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Sat, 13 Dec 2003 01:16:23 +0000 |
| parents | ebd43be54140 |
| children | 1b8261f374ea |
line wrap: on
line diff
--- a/src/protocols/irc/irc.c Fri Dec 12 23:42:02 2003 +0000 +++ b/src/protocols/irc/irc.c Sat Dec 13 01:16:23 2003 +0000 @@ -155,12 +155,12 @@ struct proto_chat_entry *pce; pce = g_new0(struct proto_chat_entry, 1); - pce->label = _("Channel:"); + pce->label = _("_Channel:"); pce->identifier = "channel"; m = g_list_append(m, pce); pce = g_new0(struct proto_chat_entry, 1); - pce->label = _("Password:"); + pce->label = _("_Password:"); pce->identifier = "password"; pce->secret = TRUE; m = g_list_append(m, pce);
