aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorLuc Teirlinck <[email protected]>2005-08-11 01:54:40 +0000
committerLuc Teirlinck <[email protected]>2005-08-11 01:54:40 +0000
commit704c78e9c55a8806e1b508e372ae6dc2582c3bfd (patch)
tree6808d048508618694e3e9b455d50fc7623999984 /lisp
parentd7baab9c2c47ccb9c449d172a0ad2201797d7cd3 (diff)
(menu-bar-showhide-menu): Rename "Date, Time and Mail" item to
"Time, Load and Mail". Change help echo text.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/menu-bar.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el
index 250eca1213..4c7782e7e4 100644
--- a/lisp/menu-bar.el
+++ b/lisp/menu-bar.el
@@ -708,8 +708,9 @@ by \"Save Options\" in Custom buffers.")
(define-key menu-bar-showhide-menu [showhide-date-time]
(menu-bar-make-mm-toggle display-time-mode
- "Date, Time and Mail"
- "Display date, time, mail status in mode line"))
+ "Time, Load and Mail"
+ "Display time, system load averages and \
+mail status in mode line"))
(define-key menu-bar-showhide-menu [datetime-separator]
'("--"))