diff options
author | Jerome Lacoste <jerome@coffeebreaks.org> | 2004-05-19 02:54:08 +0800 |
---|---|---|
committer | Hans Petter <hansp@src.gnome.org> | 2004-05-19 02:54:08 +0800 |
commit | fefa2c7ef6e88dbf14bc88704432fad4b7b50f8b (patch) | |
tree | 436256c96d8f54ee59565b385773fbe6d1dc2aa5 /ui/evolution-addressbook.xml | |
parent | ba06197b31c262e779581c7037a34bb8fd095d88 (diff) | |
download | gsoc2013-evolution-fefa2c7ef6e88dbf14bc88704432fad4b7b50f8b.tar.gz gsoc2013-evolution-fefa2c7ef6e88dbf14bc88704432fad4b7b50f8b.tar.zst gsoc2013-evolution-fefa2c7ef6e88dbf14bc88704432fad4b7b50f8b.zip |
Fixes bug #57940
2004-05-18 Jerome Lacoste <jerome@coffeebreaks.org>
Fixes bug #57940
* evolution-addressbook.xml: "Save as VCard" -> "Save as VCard..."
svn path=/trunk/; revision=25961
Diffstat (limited to 'ui/evolution-addressbook.xml')
-rw-r--r-- | ui/evolution-addressbook.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/evolution-addressbook.xml b/ui/evolution-addressbook.xml index b1f4a02616..e806fdb429 100644 --- a/ui/evolution-addressbook.xml +++ b/ui/evolution-addressbook.xml @@ -36,7 +36,7 @@ _tip="Select all contacts" accel="*Control*a"/> - <cmd name="ContactsSaveAsVCard" _label="Save as VCard" + <cmd name="ContactsSaveAsVCard" _label="Save as VCard..." _tip="Save selected contacts as a VCard." accel="*Control**Alt*s"/> @@ -66,7 +66,7 @@ <menuitem name="ContactsView" verb="" _label="_Open"/> <menuitem name="ContactsSaveAsVCard" - verb="" _label="_Save as VCard" + verb="" _label="_Save as VCard..." pixtype="pixbuf"/> </placeholder> |