diff options
author | Milan Crha <mcrha@redhat.com> | 2009-12-10 01:55:15 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2009-12-10 01:55:15 +0800 |
commit | 65931feb2a497c348c166e90b76764d32efa7323 (patch) | |
tree | d3b4490b11f7c9955e8e777e310bc370d3b793bc /modules/mail/em-mailer-prefs.c | |
parent | fe29acd5a966fbacd76aa4ace71450571291418e (diff) | |
download | gsoc2013-evolution-65931feb2a497c348c166e90b76764d32efa7323.tar.gz gsoc2013-evolution-65931feb2a497c348c166e90b76764d32efa7323.tar.zst gsoc2013-evolution-65931feb2a497c348c166e90b76764d32efa7323.zip |
Bug #591938 - Update translator's comments
Diffstat (limited to 'modules/mail/em-mailer-prefs.c')
-rw-r--r-- | modules/mail/em-mailer-prefs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/mail/em-mailer-prefs.c b/modules/mail/em-mailer-prefs.c index e62b4cd972..26d4f3e637 100644 --- a/modules/mail/em-mailer-prefs.c +++ b/modules/mail/em-mailer-prefs.c @@ -1148,7 +1148,9 @@ em_mailer_prefs_construct (EMMailerPrefs *prefs, /* date/time format */ table = e_builder_get_widget (prefs->builder, "datetime_format_table"); + /* To Translators: 'Table column' is a label for configurable date/time format for table columns showing a date in message list */ e_datetime_format_add_setup_widget (table, 0, "mail", "table", DTFormatKindDateTime, _("_Table column:")); + /* To Translators: 'Date header' is a label for configurable date/time format for 'Date' header in mail message window/preview */ e_datetime_format_add_setup_widget (table, 1, "mail", "header", DTFormatKindDateTime, _("_Date header:")); widget = gtk_check_button_new_with_mnemonic (_("Show _original header value")); gtk_widget_show (widget); |