diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-03-30 16:36:51 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-03-30 16:36:51 +0800 |
commit | 58f30b2d38b13d3cf3cc945766d86a2e15de5926 (patch) | |
tree | 73ea7e21e301877f68ba9f72935c9471495c9165 | |
parent | 24017811832ecfb91b27b04a0bd2e131716f3659 (diff) | |
download | gsoc2013-empathy-58f30b2d38b13d3cf3cc945766d86a2e15de5926.tar gsoc2013-empathy-58f30b2d38b13d3cf3cc945766d86a2e15de5926.tar.gz gsoc2013-empathy-58f30b2d38b13d3cf3cc945766d86a2e15de5926.tar.bz2 gsoc2013-empathy-58f30b2d38b13d3cf3cc945766d86a2e15de5926.tar.lz gsoc2013-empathy-58f30b2d38b13d3cf3cc945766d86a2e15de5926.tar.xz gsoc2013-empathy-58f30b2d38b13d3cf3cc945766d86a2e15de5926.tar.zst gsoc2013-empathy-58f30b2d38b13d3cf3cc945766d86a2e15de5926.zip |
give translators context for the 'Enabled' checkbox (#646131)
-rw-r--r-- | libempathy-gtk/empathy-account-widget.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-account-widget.c b/libempathy-gtk/empathy-account-widget.c index ab3476327..679b515a7 100644 --- a/libempathy-gtk/empathy-account-widget.c +++ b/libempathy-gtk/empathy-account-widget.c @@ -2000,6 +2000,8 @@ 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 = gtk_check_button_new_with_mnemonic (_("_Enabled")); |