diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-04-15 17:58:39 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-04-18 17:13:41 +0800 |
commit | 5d64d93d3b713a474b56610f38c4fcbb9612c02e (patch) | |
tree | 85904c892c28091cfc1ddaa7a621fd1b1c8c3a75 /libempathy-gtk | |
parent | 75895a624190789b42a96b68051258cf837a0de6 (diff) | |
download | gsoc2013-empathy-5d64d93d3b713a474b56610f38c4fcbb9612c02e.tar gsoc2013-empathy-5d64d93d3b713a474b56610f38c4fcbb9612c02e.tar.gz gsoc2013-empathy-5d64d93d3b713a474b56610f38c4fcbb9612c02e.tar.bz2 gsoc2013-empathy-5d64d93d3b713a474b56610f38c4fcbb9612c02e.tar.lz gsoc2013-empathy-5d64d93d3b713a474b56610f38c4fcbb9612c02e.tar.xz gsoc2013-empathy-5d64d93d3b713a474b56610f38c4fcbb9612c02e.tar.zst gsoc2013-empathy-5d64d93d3b713a474b56610f38c4fcbb9612c02e.zip |
Add translation context on some strings (#646131)
Diffstat (limited to 'libempathy-gtk')
-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); |