]> git.0d.be Git - empathy.git/commitdiff
move the Enabled translator comment just before the string
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Wed, 30 Mar 2011 09:18:40 +0000 (11:18 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Wed, 30 Mar 2011 09:18:42 +0000 (11:18 +0200)
If not, gettext doesn't find it...

libempathy-gtk/empathy-account-widget.c

index 679b515a7c2d6b9304e8662517960309dfe33f9d..b562cf13db6155be5b54918a1257447b733588e1 100644 (file)
@@ -2000,9 +2000,9 @@ 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 =
+      /* translators: this is the label of a checkbox used to enable/disable IM
+       * accounts */
       gtk_check_button_new_with_mnemonic (_("_Enabled"));
 
   gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (priv->enabled_checkbox),