]> git.0d.be Git - empathy.git/commitdiff
give translators context for the 'Enabled' checkbox (#646131)
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Wed, 30 Mar 2011 08:36:51 +0000 (10:36 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Wed, 30 Mar 2011 08:36:51 +0000 (10:36 +0200)
libempathy-gtk/empathy-account-widget.c

index ab34763273954f709ed5556ab1aae5734d8beb67..679b515a7c2d6b9304e8662517960309dfe33f9d 100644 (file)
@@ -2000,6 +2000,8 @@ add_enable_checkbox (EmpathyAccountWidget *self,
 
   gtk_widget_show (w);
 #else
+  /* translators: this is the label of a checkbox used to enable/disable IM
+   * accounts */
   priv->enabled_checkbox =
       gtk_check_button_new_with_mnemonic (_("_Enabled"));