aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/addressbook/ldap-config.ui4
-rw-r--r--modules/mail/em-mailer-prefs.c2
2 files changed, 4 insertions, 2 deletions
diff --git a/modules/addressbook/ldap-config.ui b/modules/addressbook/ldap-config.ui
index da08a557a9..c76031deb8 100644
--- a/modules/addressbook/ldap-config.ui
+++ b/modules/addressbook/ldap-config.ui
@@ -72,10 +72,10 @@
</columns>
<data>
<row>
- <col id="0" translatable="yes">One</col>
+ <col id="0" translatable="yes" comments="To Translators: This string is part of the search scope configuration, search for text with 'sub' in this file for more detailed explanation.">One</col>
</row>
<row>
- <col id="0" translatable="yes">Sub</col>
+ <col id="0" translatable="yes" comments="To Translators: This string is part of the search scope configuration, search for text with 'sub' in this file for more detailed explanation.">Sub</col>
</row>
</data>
</object>
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);