changeset 27724:b48aaed6391f

merge of '18102fcd19439a6e6f2e689922316eaa8fd42ca1' and 'b1751fad51777025056348d2e46ed2a6f330725e'
author Paul Aurich <paul@darkrain42.org>
date Tue, 28 Jul 2009 22:07:39 +0000
parents 390c3a6a44c6 (diff) 8b4008eb02a0 (current diff)
children 769463505b5c
files
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/plugins/themeedit-icon.c	Tue Jul 28 22:04:15 2009 +0000
+++ b/pidgin/plugins/themeedit-icon.c	Tue Jul 28 22:07:39 2009 +0000
@@ -73,7 +73,10 @@
 }, chatemblems[] = {
 	{PIDGIN_STOCK_STATUS_IGNORED, N_("Ignored")},
 	{PIDGIN_STOCK_STATUS_FOUNDER, N_("Founder")},
+	/* A user in a chat room who has special privileges. */
 	{PIDGIN_STOCK_STATUS_OPERATOR, N_("Operator")},
+	/* A half operator is someone who has a subset of the privileges
+	   that an operator has. */
 	{PIDGIN_STOCK_STATUS_HALFOP, N_("Half Operator")},
 	{PIDGIN_STOCK_STATUS_VOICE, N_("Voice")},
 	{NULL, NULL}