diff options
Diffstat (limited to 'libempathy-gtk/empathy-account-widget.c')
-rw-r--r-- | libempathy-gtk/empathy-account-widget.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-account-widget.c b/libempathy-gtk/empathy-account-widget.c index b562cf13d..f711f2028 100644 --- a/libempathy-gtk/empathy-account-widget.c +++ b/libempathy-gtk/empathy-account-widget.c @@ -2003,7 +2003,7 @@ add_enable_checkbox (EmpathyAccountWidget *self, 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_check_button_new_with_mnemonic (C_("account", "_Enabled")); gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (priv->enabled_checkbox), is_enabled); |