diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-10-16 05:34:05 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-10-16 05:34:05 +0800 |
commit | 465400fee6a1e4ba1da6a34d5c926f575e0f56f2 (patch) | |
tree | ff0c5f5956169fbcc066dcf6e520504dd34dfb0f /ui/evolution-mail-list.xml | |
parent | 632e29aba593f9036db5a6d9c7c8a5a76209793f (diff) | |
download | gsoc2013-evolution-465400fee6a1e4ba1da6a34d5c926f575e0f56f2.tar.gz gsoc2013-evolution-465400fee6a1e4ba1da6a34d5c926f575e0f56f2.tar.zst gsoc2013-evolution-465400fee6a1e4ba1da6a34d5c926f575e0f56f2.zip |
Made tooltips more clear.
2002-10-15 Jeffrey Stedfast <fejj@ximian.com>
* evolution-mail-list.xml: Made tooltips more clear.
svn path=/trunk/; revision=18372
Diffstat (limited to 'ui/evolution-mail-list.xml')
-rw-r--r-- | ui/evolution-mail-list.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/evolution-mail-list.xml b/ui/evolution-mail-list.xml index 0bc146043b..7d54c33fd0 100644 --- a/ui/evolution-mail-list.xml +++ b/ui/evolution-mail-list.xml @@ -3,15 +3,15 @@ <commands> <!-- Alphabetical by name, yo --> <cmd name="EditCut" - _tip="Cut selected messages" + _tip="Cut selected message(s) to the clipboard" accel="*Control*x" pixtype="pixbuf"/> <cmd name="EditCopy" - _tip="Copy selected messages" + _tip="Copy selected message(s) to the clipboard" accel="*Control*c" pixtype="pixbuf"/> <cmd name="EditPaste" - _tip="Paste message in the clipboard" + _tip="Paste message(s) from the clipboard" accel="*Control*v" pixtype="pixbuf"/> <cmd name="EditInvertSelection" |