aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
Diffstat (limited to 'calendar')
-rw-r--r--calendar/ChangeLog7
-rw-r--r--calendar/gui/dialogs/comp-editor.c2
2 files changed, 8 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 752760cc54..4768f8b834 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,12 @@
2008-08-30 Matthew Barnes <mbarnes@redhat.com>
+ ** Fixes part of bug #549968
+
+ * gui/dialogs/comp-editor.c (comp_editor_init):
+ Use the same mnemonic for "Recent Documents" as composer.
+
+2008-08-30 Matthew Barnes <mbarnes@redhat.com>
+
** Fixes bug #549967
* gui/caltypes.xml:
diff --git a/calendar/gui/dialogs/comp-editor.c b/calendar/gui/dialogs/comp-editor.c
index 3ae846ac79..441358adc8 100644
--- a/calendar/gui/dialogs/comp-editor.c
+++ b/calendar/gui/dialogs/comp-editor.c
@@ -1763,7 +1763,7 @@ comp_editor_init (CompEditor *editor)
NULL, NULL); /* no callback */
action = e_attachment_bar_recent_action_new (
E_ATTACHMENT_BAR (priv->attachment_bar),
- "attach-recent", _("Recent Docu_ments"));
+ "attach-recent", _("Recent _Documents"));
gtk_action_group_add_action (action_group, action);
gtk_ui_manager_insert_action_group (
priv->manager, action_group, 0);