diff options
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 4 | ||||
-rw-r--r-- | ui/evolution-mail-list.xml | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index e981e03a86..8d5c8189b5 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,7 @@ +2002-10-15 Jeffrey Stedfast <fejj@ximian.com> + + * evolution-mail-list.xml: Made tooltips more clear. + 2002-10-04 Dan Winship <danw@ximian.com> * evolution.xml: Remove "..." from "Remove Other User's Folder" 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" |