diff options
author | Harish Krishnaswamy <kharish@novell.com> | 2006-05-04 22:35:34 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2006-05-04 22:35:34 +0800 |
commit | a9db5c0fc571e914bd11f65927190c6b0cd17a54 (patch) | |
tree | a58ee4fbbb7b66059b07ea762a27a2406708db60 /calendar | |
parent | 898e686c834493fb8b2da58b967af220ad530f49 (diff) | |
download | gsoc2013-evolution-a9db5c0fc571e914bd11f65927190c6b0cd17a54.tar.gz gsoc2013-evolution-a9db5c0fc571e914bd11f65927190c6b0cd17a54.tar.zst gsoc2013-evolution-a9db5c0fc571e914bd11f65927190c6b0cd17a54.zip |
Set mnemonic to L instead of the conflicting 'i'. Fixes #334056.
2006-05-04 Harish Krishnaswamy <kharish@novell.com>
* gui/dialogs/event-page.glade: Set mnemonic to
L instead of the conflicting 'i'. Fixes #334056.
svn path=/trunk/; revision=31953
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> |