]> granicus.if.org Git - neomutt/commitdiff
Describe <show-messages> more precisely
authorReis Radomil <reisradomil@fake-box.com>
Sun, 1 Apr 2018 13:31:16 +0000 (13:31 +0000)
committerRichard Russon <rich@flatcap.org>
Sat, 7 Apr 2018 15:32:39 +0000 (16:32 +0100)
The term 'message' is used for log-messages as well as for ordinary
mails. In the help 'message' usually means an email. Adjust the
description of <show-message>/OP_SHOW_MESSAGE to clarify that log and
debug messages are meant.

opcodes.h

index 9e9f8a41f02c92b618c94063acd8b3081d9ab21f..8ab1c519dfb428d8989fca1d69f40148ea6cd11c 100644 (file)
--- a/opcodes.h
+++ b/opcodes.h
   _fmt(OP_SEARCH_REVERSE,                 N_("search backwards for a regular expression")) \
   _fmt(OP_SEARCH_TOGGLE,                  N_("toggle search pattern coloring")) \
   _fmt(OP_SHELL_ESCAPE,                   N_("invoke a command in a subshell")) \
-  _fmt(OP_SHOW_MESSAGES,                  N_("show messages")) \
+  _fmt(OP_SHOW_MESSAGES,                  N_("show log (and debug) messages")) \
   _fmt(OP_SORT,                           N_("sort messages")) \
   _fmt(OP_SORT_REVERSE,                   N_("sort messages in reverse order")) \
   _fmt(OP_SUBSCRIBE_PATTERN,              N_("subscribe to newsgroups matching a pattern")) \