aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-03-30 17:18:40 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-03-30 17:18:42 +0800
commit671e4e196414bd4bf7f25ef75458c118a93c4640 (patch)
treed76442466ac4d74d8a6418ced63a504edd382f05
parent97eacb399329265dd353c14e3f9bb0884b43e435 (diff)
downloadgsoc2013-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...
-rw-r--r--libempathy-gtk/empathy-account-widget.c4
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),