diff options
-rw-r--r-- | libempathy-gtk/empathy-account-widget.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-account-widget.c b/libempathy-gtk/empathy-account-widget.c index 679b515a7..b562cf13d 100644 --- a/libempathy-gtk/empathy-account-widget.c +++ b/libempathy-gtk/empathy-account-widget.c @@ -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), |