aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2014-03-04 23:26:45 +0800
committerMilan Crha <mcrha@redhat.com>2014-03-04 23:37:05 +0800
commit0135f17dbe4ae75c33628a26a8f693d657c6ef31 (patch)
tree2298077dbc7eff2ff75ccaef7190189d293fd49e /mail
parentf7d51649f5caf1491b04fc98bcacfaa24f027cae (diff)
downloadgsoc2013-evolution-0135f17dbe4ae75c33628a26a8f693d657c6ef31.tar
gsoc2013-evolution-0135f17dbe4ae75c33628a26a8f693d657c6ef31.tar.gz
gsoc2013-evolution-0135f17dbe4ae75c33628a26a8f693d657c6ef31.tar.bz2
gsoc2013-evolution-0135f17dbe4ae75c33628a26a8f693d657c6ef31.tar.lz
gsoc2013-evolution-0135f17dbe4ae75c33628a26a8f693d657c6ef31.tar.xz
gsoc2013-evolution-0135f17dbe4ae75c33628a26a8f693d657c6ef31.tar.zst
gsoc2013-evolution-0135f17dbe4ae75c33628a26a8f693d657c6ef31.zip
Add a comment for translators above "_Send Account Override"
Diffstat (limited to 'mail')
-rw-r--r--mail/em-folder-properties.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/em-folder-properties.c b/mail/em-folder-properties.c
index ba51b64d71..c41a05e256 100644
--- a/mail/em-folder-properties.c
+++ b/mail/em-folder-properties.c
@@ -281,6 +281,8 @@ emfp_get_folder_item (EConfig *ec,
/* add send-account-override setting widgets */
registry = e_shell_get_registry (e_shell_get_default ());
+ /* Translators: Label of a combo with a list of configured accounts where a user can
+ choose which account to use as the sender when composing a message in this folder */
label = gtk_label_new_with_mnemonic (_("_Send Account Override:"));
gtk_widget_set_halign (label, GTK_ALIGN_START);
gtk_widget_show (label);