diff options
author | Sushma Rai <rsushma@src.gnome.org> | 2005-08-05 19:01:16 +0800 |
---|---|---|
committer | Sushma Rai <rsushma@src.gnome.org> | 2005-08-05 19:01:16 +0800 |
commit | 8e0d622224e12bee510a609e37de76b9bfd14b5f (patch) | |
tree | 91ea1f81c8607ff89e001f65caee8d11469704a4 | |
parent | 4916fcd399c05fe32485022c36ec2471cc28084d (diff) | |
download | gsoc2013-evolution-8e0d622224e12bee510a609e37de76b9bfd14b5f.tar.gz gsoc2013-evolution-8e0d622224e12bee510a609e37de76b9bfd14b5f.tar.zst gsoc2013-evolution-8e0d622224e12bee510a609e37de76b9bfd14b5f.zip |
Uisng the label "Save Draft" instead of "SaveDraft". Fixes #219242
svn path=/trunk/; revision=30004
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution-message-composer.xml | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 4de78be9bd..f81c833f97 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,5 +1,10 @@ 2005-08-05 Devashish Sharma <sdevashish@novell.com> + * evolution-message-composer.xml: Uisng the label "Save Draft" instead + of "SaveDraft". Fixes #219242 + +2005-08-05 Devashish Sharma <sdevashish@novell.com> + * evolution-addressbook.xml: Removes translation issue. Fixes #261971 2005-08-02 Not Zed <NotZed@Ximian.com> diff --git a/ui/evolution-message-composer.xml b/ui/evolution-message-composer.xml index 551710e655..a34a19b910 100644 --- a/ui/evolution-message-composer.xml +++ b/ui/evolution-message-composer.xml @@ -8,7 +8,7 @@ _tip="Save the current file" pixtype="stock" pixname="gtk-save" accel="*Ctrl*s"/> - <cmd name="FileSaveDraft" _label="SaveDraft" + <cmd name="FileSaveDraft" _label="Save Draft" _tip="Save as draft" pixtype="pixbuf" accel="*Ctrl**Shift*s"/> |