changeset 27723:390c3a6a44c6

Add a comment for these two strings. A translator asked about "Half Operator" on the mailing list a few days ago
author Mark Doliner <mark@kingant.net>
date Tue, 28 Jul 2009 22:03:21 +0000
parents 9e9849b56627
children b48aaed6391f
files pidgin/plugins/themeedit-icon.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/plugins/themeedit-icon.c	Tue Jul 28 20:03:28 2009 +0000
+++ b/pidgin/plugins/themeedit-icon.c	Tue Jul 28 22:03:21 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}