aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
authorJP Rosevear <jpr@novell.com>2004-06-23 08:18:02 +0800
committerJP Rosevear <jpr@src.gnome.org>2004-06-23 08:18:02 +0800
commit74e4fdab4ae9452f1fe7c3ef44d6abca2295e73e (patch)
treefdc7b1008e1a5176cc304f1cbe2ccaa20a3a77c1 /calendar
parentef8840da7b4045dc7c3f08df993cd5683b85551d (diff)
downloadgsoc2013-evolution-74e4fdab4ae9452f1fe7c3ef44d6abca2295e73e.tar
gsoc2013-evolution-74e4fdab4ae9452f1fe7c3ef44d6abca2295e73e.tar.gz
gsoc2013-evolution-74e4fdab4ae9452f1fe7c3ef44d6abca2295e73e.tar.bz2
gsoc2013-evolution-74e4fdab4ae9452f1fe7c3ef44d6abca2295e73e.tar.lz
gsoc2013-evolution-74e4fdab4ae9452f1fe7c3ef44d6abca2295e73e.tar.xz
gsoc2013-evolution-74e4fdab4ae9452f1fe7c3ef44d6abca2295e73e.tar.zst
gsoc2013-evolution-74e4fdab4ae9452f1fe7c3ef44d6abca2295e73e.zip
fix mnemonics
2004-06-22 JP Rosevear <jpr@novell.com> * gui/dialogs/recurrence-page.glade: fix mnemonics * gui/dialogs/event-page.glade: ditto svn path=/trunk/; revision=26468
Diffstat (limited to 'calendar')
-rw-r--r--calendar/ChangeLog6
-rw-r--r--calendar/gui/dialogs/event-page.glade8
-rw-r--r--calendar/gui/dialogs/recurrence-page.glade2
3 files changed, 12 insertions, 4 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 75eab84b91..8be3687bdc 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,9 @@
+2004-06-22 <jpr@novell.com>
+
+ * gui/dialogs/recurrence-page.glade: fix mnemonics
+
+ * gui/dialogs/event-page.glade: ditto
+
2004-06-22 JP Rosevear <jpr@novell.com>
* gui/dialogs/comp-editor.c: kill warnings
diff --git a/calendar/gui/dialogs/event-page.glade b/calendar/gui/dialogs/event-page.glade
index 6c46950255..c5d44b6c16 100644
--- a/calendar/gui/dialogs/event-page.glade
+++ b/calendar/gui/dialogs/event-page.glade
@@ -93,6 +93,7 @@
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
+ <property name="mnemonic_widget">summary</property>
</widget>
<packing>
<property name="left_attach">0</property>
@@ -128,7 +129,7 @@
<child>
<widget class="GtkLabel" id="location-label">
<property name="visible">True</property>
- <property name="label" translatable="yes">Locatio_n:</property>
+ <property name="label" translatable="yes">L_ocation:</property>
<property name="use_underline">True</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_CENTER</property>
@@ -222,7 +223,7 @@
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
- <property name="mnemonic_widget">location</property>
+ <property name="mnemonic_widget">classification</property>
</widget>
<packing>
<property name="left_attach">0</property>
@@ -285,7 +286,7 @@
<child>
<widget class="GtkLabel" id="label65">
<property name="visible">True</property>
- <property name="label" translatable="yes">Cal_endar:</property>
+ <property name="label" translatable="yes">Cale_ndar:</property>
<property name="use_underline">True</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
@@ -295,6 +296,7 @@
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
+ <property name="mnemonic_widget">source</property>
</widget>
<packing>
<property name="padding">0</property>
diff --git a/calendar/gui/dialogs/recurrence-page.glade b/calendar/gui/dialogs/recurrence-page.glade
index 107771e453..bcbfb7748e 100644
--- a/calendar/gui/dialogs/recurrence-page.glade
+++ b/calendar/gui/dialogs/recurrence-page.glade
@@ -81,7 +81,7 @@
<widget class="GtkCheckButton" id="recurs">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="label" translatable="yes">This appointment _recurs</property>
+ <property name="label" translatable="yes">This appointment rec_urs</property>
<property name="use_underline">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="focus_on_click">True</property>