diff options
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/ChangeLog | 5 | ||||
-rw-r--r-- | calendar/gui/dialogs/event-page.glade | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index f55ce1682e..ed63eda81b 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +2006-05-04 Harish Krishnaswamy <kharish@novell.com> + + * gui/dialogs/event-page.glade: Set mnemonic to + L instead of the conflicting 'i'. Fixes #334056. + 2006-05-04 Chenthill Palanisamy <pchenthill novell com> Fixes #333689 diff --git a/calendar/gui/dialogs/event-page.glade b/calendar/gui/dialogs/event-page.glade index 4da02819c0..d6ce3d198d 100644 --- a/calendar/gui/dialogs/event-page.glade +++ b/calendar/gui/dialogs/event-page.glade @@ -77,7 +77,7 @@ <child> <widget class="GtkLabel" id="location-label"> <property name="visible">True</property> - <property name="label" translatable="yes">Locat_ion:</property> + <property name="label" translatable="yes">_Location:</property> <property name="use_underline">True</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_CENTER</property> |