diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-03-30 17:18:40 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-03-30 17:18:42 +0800 |
commit | 671e4e196414bd4bf7f25ef75458c118a93c4640 (patch) | |
tree | d76442466ac4d74d8a6418ced63a504edd382f05 /libempathy-gtk/empathy-account-widget.c | |
parent | 97eacb399329265dd353c14e3f9bb0884b43e435 (diff) | |
download | gsoc2013-empathy-671e4e196414bd4bf7f25ef75458c118a93c4640.tar gsoc2013-empathy-671e4e196414bd4bf7f25ef75458c118a93c4640.tar.gz gsoc2013-empathy-671e4e196414bd4bf7f25ef75458c118a93c4640.tar.bz2 gsoc2013-empathy-671e4e196414bd4bf7f25ef75458c118a93c4640.tar.lz gsoc2013-empathy-671e4e196414bd4bf7f25ef75458c118a93c4640.tar.xz gsoc2013-empathy-671e4e196414bd4bf7f25ef75458c118a93c4640.tar.zst gsoc2013-empathy-671e4e196414bd4bf7f25ef75458c118a93c4640.zip |
move the Enabled translator comment just before the string
If not, gettext doesn't find it...
Diffstat (limited to 'libempathy-gtk/empathy-account-widget.c')
-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), |