[empathy] move the Enabled translator comment just before the string
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] move the Enabled translator comment just before the string
- Date: Wed, 30 Mar 2011 09:19:01 +0000 (UTC)
commit 671e4e196414bd4bf7f25ef75458c118a93c4640
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Wed Mar 30 11:18:40 2011 +0200
move the Enabled translator comment just before the string
If not, gettext doesn't find it...
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 679b515..b562cf1 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),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]