[evolution: 2/4] Bug 611882 - Missing mnemonics in Date/Time format preferences
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution: 2/4] Bug 611882 - Missing mnemonics in Date/Time format preferences
- Date: Sat, 27 Mar 2010 22:49:06 +0000 (UTC)
commit 0d44ea680269bc7b6da7eac9e6d4a5c2d6315970
Author: Matthew Barnes <mbarnes redhat com>
Date: Fri Mar 5 09:49:57 2010 -0500
Bug 611882 - Missing mnemonics in Date/Time format preferences
calendar/gui/dialogs/cal-prefs-dialog.c | 4 ++--
modules/addressbook/autocompletion-config.c | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/calendar/gui/dialogs/cal-prefs-dialog.c b/calendar/gui/dialogs/cal-prefs-dialog.c
index 5baf223..6d204e6 100644
--- a/calendar/gui/dialogs/cal-prefs-dialog.c
+++ b/calendar/gui/dialogs/cal-prefs-dialog.c
@@ -782,8 +782,8 @@ calendar_prefs_dialog_construct (CalendarPrefsDialog *prefs,
/* date/time format */
table = e_builder_get_widget (prefs->builder, "datetime_format_table");
- e_datetime_format_add_setup_widget (table, 0, "calendar", "table", DTFormatKindDateTime, _("Time and date:"));
- e_datetime_format_add_setup_widget (table, 1, "calendar", "table", DTFormatKindDate, _("Date only:"));
+ e_datetime_format_add_setup_widget (table, 0, "calendar", "table", DTFormatKindDateTime, _("Ti_me and date:"));
+ e_datetime_format_add_setup_widget (table, 1, "calendar", "table", DTFormatKindDate, _("_Date only:"));
show_config (prefs);
/* FIXME: weakref? */
diff --git a/modules/addressbook/autocompletion-config.c b/modules/addressbook/autocompletion-config.c
index 6b51427..99a8b9b 100644
--- a/modules/addressbook/autocompletion-config.c
+++ b/modules/addressbook/autocompletion-config.c
@@ -156,7 +156,7 @@ autocompletion_config_new (EShell *shell)
gtk_box_pack_start (GTK_BOX (itembox), widget, TRUE, TRUE, 0);
e_datetime_format_add_setup_widget (
widget, 0, "addressbook", "table",
- DTFormatKindDateTime, _("Table column:"));
+ DTFormatKindDateTime, _("_Table column:"));
gtk_widget_show (widget);
itembox = add_section (vbox, _("Autocompletion"), TRUE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]