summaryrefslogtreecommitdiffstats
path: root/commands.c
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2017-04-18 13:13:00 -0700
committerKevin McCarthy <kevin@8t8.us>2017-04-18 13:13:00 -0700
commit65063af53af35d47ac0ab97031b7539941dad1ba (patch)
tree6a22d9013d85c9cb610bd695f0d14c3049a46c88 /commands.c
parent6299ce89957eb75e33d754e8210f3856c182a629 (diff)
Revert sort prompt labels. (see #3930)
Using the (s)ort style may look a bit better, but it makes the prompt over 80 columns. The multichoice prompt supports multiple lines now, but it is better to have it fit on one line if possible. Revert back to the "capital letter" method, but leave the ticket open, to explore other ideas that Vincent and chdiza have for better ways to present a long choice like this.
Diffstat (limited to 'commands.c')
-rw-r--r--commands.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands.c b/commands.c
index 1b81a2f1..2cfa9add 100644
--- a/commands.c
+++ b/commands.c
@@ -537,8 +537,8 @@ int mutt_select_sort (int reverse)
* string. Note that mutt now supports multiline prompts, so
* it's okay for the translation to take up to three lines.
*/
- _("Rev-Sort (d)ate/(f)rm/(r)ecv/(s)ubj/t(o)/(t)hread/(u)nsort/si(z)e/s(c)ore/s(p)am/(l)abel?: ") :
- _("Sort (d)ate/(f)rm/(r)ecv/(s)ubj/t(o)/(t)hread/(u)nsort/si(z)e/s(c)ore/s(p)am/(l)abel?: "),
+ _("Rev-Sort Date/Frm/Recv/Subj/tO/Thread/Unsort/siZe/sCore/sPam/Label?: ") :
+ _("Sort Date/Frm/Recv/Subj/tO/Thread/Unsort/siZe/sCore/sPam/Label?: "),
_("dfrsotuzcpl")))
{
case -1: /* abort - don't resort */