diff options
author | Jack Jia <jack.jia@sun.com> | 2003-08-06 10:34:05 +0800 |
---|---|---|
committer | Jack Jia <jackjia@src.gnome.org> | 2003-08-06 10:34:05 +0800 |
commit | 7ffb8aa5bb505df0fc1bde19ef55c88dfbfbee11 (patch) | |
tree | d090e53259329445ed211b5880a06dbda5a7defb /calendar | |
parent | 2cf65e5d568ded8f73c906d9282b5a7bccac730b (diff) | |
download | gsoc2013-evolution-7ffb8aa5bb505df0fc1bde19ef55c88dfbfbee11.tar gsoc2013-evolution-7ffb8aa5bb505df0fc1bde19ef55c88dfbfbee11.tar.gz gsoc2013-evolution-7ffb8aa5bb505df0fc1bde19ef55c88dfbfbee11.tar.bz2 gsoc2013-evolution-7ffb8aa5bb505df0fc1bde19ef55c88dfbfbee11.tar.lz gsoc2013-evolution-7ffb8aa5bb505df0fc1bde19ef55c88dfbfbee11.tar.xz gsoc2013-evolution-7ffb8aa5bb505df0fc1bde19ef55c88dfbfbee11.tar.zst gsoc2013-evolution-7ffb8aa5bb505df0fc1bde19ef55c88dfbfbee11.zip |
changed one of the "Con_fidential" to "Co_nfidential" since we already
2003-08-05 Jack Jia <jack.jia@sun.com>
* gui/dialogs/event-page.glade: changed one of the "Con_fidential" to
"Co_nfidential" since we already have "File" using the same 'F' key.
svn path=/trunk/; revision=22097
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 2789969ffb..b24f477cc5 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +2003-08-05 Jack Jia <jack.jia@sun.com> + + * gui/dialogs/event-page.glade: changed one of the "Con_fidential" to + "Co_nfidential" since we already have "File" using the same 'F' key. + 2003-08-01 Lorenzo Gil <lgs@sicem.biz> * gui/e-alarm-list.c: added the include <config.h> line at the diff --git a/calendar/gui/dialogs/event-page.glade b/calendar/gui/dialogs/event-page.glade index 3217cb5634..b59eb61e86 100644 --- a/calendar/gui/dialogs/event-page.glade +++ b/calendar/gui/dialogs/event-page.glade @@ -419,7 +419,7 @@ <widget class="GtkRadioButton" id="classification-confidential"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">Con_fidential</property> + <property name="label" translatable="yes">Co_nfidential</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="active">False</property> |