diff options
author | Kjartan Maraas <kmaraas@gnome.org> | 2007-04-28 17:35:13 +0800 |
---|---|---|
committer | Kjartan Maraas <kmaraas@src.gnome.org> | 2007-04-28 17:35:13 +0800 |
commit | a07ece1e48bedbdd4dce519c167bbd28fdd499ba (patch) | |
tree | 8cb43d165c996ed28c56095ba9d69059b2253634 /calendar | |
parent | db92911e1daede286269e0695c94933bc9f6dccd (diff) | |
download | gsoc2013-evolution-a07ece1e48bedbdd4dce519c167bbd28fdd499ba.tar.gz gsoc2013-evolution-a07ece1e48bedbdd4dce519c167bbd28fdd499ba.tar.zst gsoc2013-evolution-a07ece1e48bedbdd4dce519c167bbd28fdd499ba.zip |
Fix a mnemonic conflict. Patch from Jens Knutson. Closes bug #397463.
2007-04-28 Kjartan Maraas <kmaraas@gnome.org>
* gui/dialogs/task-page.glade: Fix a mnemonic conflict.
Patch from Jens Knutson. Closes bug #397463.
svn path=/trunk/; revision=33464
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/ChangeLog | 5 | ||||
-rw-r--r-- | calendar/gui/dialogs/task-page.glade | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index f71c901a5b..9e32ee6e91 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +2007-04-28 Kjartan Maraas <kmaraas@gnome.org> + + * gui/dialogs/task-page.glade: Fix a mnemonic conflict. + Patch from Jens Knutson. Closes bug #397463. + 2007-04-20 Matthew Barnes <mbarnes@redhat.com> * gui/calendar-commands.c: diff --git a/calendar/gui/dialogs/task-page.glade b/calendar/gui/dialogs/task-page.glade index 0f97c754db..b1ec9fbc12 100644 --- a/calendar/gui/dialogs/task-page.glade +++ b/calendar/gui/dialogs/task-page.glade @@ -221,7 +221,7 @@ <child> <widget class="GtkLabel" id="label18"> <property name="visible">True</property> - <property name="label" translatable="yes">D_escription:</property> + <property name="label" translatable="yes">De_scription:</property> <property name="use_underline">True</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_CENTER</property> |