diff options
author | Karsten Bräckelmann <kbrae@src.gnome.org> | 2006-02-13 07:02:30 +0800 |
---|---|---|
committer | Karsten Bräckelmann <kbrae@src.gnome.org> | 2006-02-13 07:02:30 +0800 |
commit | 0a8fecc95294179fe2db1d581e3395016ec03dff (patch) | |
tree | 3a3891d59d704d0393c236bff120f0b2ddd7a0cf | |
parent | 5ab22ee4d15118ec12d28f9555e44f0765dd6201 (diff) | |
download | gsoc2013-evolution-0a8fecc95294179fe2db1d581e3395016ec03dff.tar.gz gsoc2013-evolution-0a8fecc95294179fe2db1d581e3395016ec03dff.tar.zst gsoc2013-evolution-0a8fecc95294179fe2db1d581e3395016ec03dff.zip |
fix mnemonic
svn path=/trunk/; revision=31493
-rw-r--r-- | plugins/publish-calendar/ChangeLog | 5 | ||||
-rw-r--r-- | plugins/publish-calendar/publish-calendar.glade | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/plugins/publish-calendar/ChangeLog b/plugins/publish-calendar/ChangeLog index 51aee58729..5c65952714 100644 --- a/plugins/publish-calendar/ChangeLog +++ b/plugins/publish-calendar/ChangeLog @@ -1,3 +1,8 @@ +2006-02-12 Karsten Bräckelmann <guenther@rudersport.de> + + * publish-calendar.glade: Change mnemonic for Port. + Fixes bug #329757. + 2006-01-30 Chenthill Palanisamy <pchenthill@novell.com> Fixes #328413 diff --git a/plugins/publish-calendar/publish-calendar.glade b/plugins/publish-calendar/publish-calendar.glade index 93fc0602b2..2f80b7f975 100644 --- a/plugins/publish-calendar/publish-calendar.glade +++ b/plugins/publish-calendar/publish-calendar.glade @@ -943,7 +943,7 @@ Custom Location</property> <child> <widget class="GtkLabel" id="port_label"> <property name="visible">True</property> - <property name="label" translatable="yes">_Port:</property> + <property name="label" translatable="yes">P_ort:</property> <property name="use_underline">True</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> |