diff options
author | Jason Leach <jleach@ximian.com> | 2001-07-30 20:45:04 +0800 |
---|---|---|
committer | Jacob Leach <jleach@src.gnome.org> | 2001-07-30 20:45:04 +0800 |
commit | 153fede73c69681301ab1b8b890c332370bb47e2 (patch) | |
tree | 73f637582ce35341cd2edc5c9a0e01b5c4cc5a2b | |
parent | f6df8eae5d56d3dcbb08d3dd4ec71262f326bcd8 (diff) | |
download | gsoc2013-evolution-153fede73c69681301ab1b8b890c332370bb47e2.tar gsoc2013-evolution-153fede73c69681301ab1b8b890c332370bb47e2.tar.gz gsoc2013-evolution-153fede73c69681301ab1b8b890c332370bb47e2.tar.bz2 gsoc2013-evolution-153fede73c69681301ab1b8b890c332370bb47e2.tar.lz gsoc2013-evolution-153fede73c69681301ab1b8b890c332370bb47e2.tar.xz gsoc2013-evolution-153fede73c69681301ab1b8b890c332370bb47e2.tar.zst gsoc2013-evolution-153fede73c69681301ab1b8b890c332370bb47e2.zip |
Correct the tooltip for the Print button. Bug #5801.
2001-07-30 Jason Leach <jleach@ximian.com>
* evolution-mail-message.xml: Correct the tooltip for the Print
button. Bug #5801.
svn path=/trunk/; revision=11471
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution-mail-message.xml | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 86929e72ce..f39467b29d 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,8 @@ +2001-07-30 Jason Leach <jleach@ximian.com> + + * evolution-mail-message.xml: Correct the tooltip for the Print + button. Bug #5801. + 2001-07-27 Damon Chaplin <damon@ximian.com> * evolution-tasks.xml: renamed "Tasks Preferences" to "Tasks Settings" diff --git a/ui/evolution-mail-message.xml b/ui/evolution-mail-message.xml index 7c8ec469a0..ada4a6a776 100644 --- a/ui/evolution-mail-message.xml +++ b/ui/evolution-mail-message.xml @@ -113,7 +113,7 @@ accel="*Control*u"/> <cmd name="PrintMessage" - _tip="Print message to the printer" + _tip="Print this message" accel="*Control*p" pixtype="pixbuf"/> |