diff options
author | JP Rosevear <jpr@helixcode.com> | 2000-12-20 09:16:18 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2000-12-20 09:16:18 +0800 |
commit | 3cbce63023fc19aac6879df918fcc131ed801741 (patch) | |
tree | 58b9d699d7adf559e114ed7981ebb5a602c5064b | |
parent | 6dc2652f706f148223bf921d77929bf7b607321c (diff) | |
download | gsoc2013-evolution-3cbce63023fc19aac6879df918fcc131ed801741.tar gsoc2013-evolution-3cbce63023fc19aac6879df918fcc131ed801741.tar.gz gsoc2013-evolution-3cbce63023fc19aac6879df918fcc131ed801741.tar.bz2 gsoc2013-evolution-3cbce63023fc19aac6879df918fcc131ed801741.tar.lz gsoc2013-evolution-3cbce63023fc19aac6879df918fcc131ed801741.tar.xz gsoc2013-evolution-3cbce63023fc19aac6879df918fcc131ed801741.tar.zst gsoc2013-evolution-3cbce63023fc19aac6879df918fcc131ed801741.zip |
Fix bug #635
2000-12-19 JP Rosevear <jpr@helixcode.com>
* evolution-calendar.xml: Fix bug #635
svn path=/trunk/; revision=7094
-rw-r--r-- | ui/ChangeLog | 4 | ||||
-rw-r--r-- | ui/evolution-calendar.xml | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index f26e75308b..1912154f7d 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,7 @@ +2000-12-19 JP Rosevear <jpr@helixcode.com> + + * evolution-calendar.xml: Fix bug #635 + 2000-12-18 Chris Toshok <toshok@helixcode.com> * evolution-addressbook.xml: give View->As Table its verb back so diff --git a/ui/evolution-calendar.xml b/ui/evolution-calendar.xml index 9b95697585..6d3be66151 100644 --- a/ui/evolution-calendar.xml +++ b/ui/evolution-calendar.xml @@ -20,7 +20,7 @@ <menuitem name="CalendarSaveAs" verb="" - _label="_Save Calendar As" + _label="_Save As..." _tip="Save calendar as something else" accel="*Control*a"/> |