From b2f45b2a2384e7e01fffba36287a29001c6a4ab1 Mon Sep 17 00:00:00 2001 From: Kevin McCarthy Date: Sun, 12 Jun 2016 13:49:18 -0700 Subject: [PATCH] Fix the case of messages in OPS.MIX and OPS.SIDEBAR MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Thanks to Vincent Lefèvre for spotting the discrepancy. --- OPS.MIX | 12 ++++++------ OPS.SIDEBAR | 16 ++++++++-------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/OPS.MIX b/OPS.MIX index 498833320..a836226c7 100644 --- a/OPS.MIX +++ b/OPS.MIX @@ -1,7 +1,7 @@ -OP_MIX_USE "Accept the chain constructed" -OP_MIX_APPEND "Append a remailer to the chain" -OP_MIX_INSERT "Insert a remailer into the chain" -OP_MIX_DELETE "Delete a remailer from the chain" -OP_MIX_CHAIN_PREV "Select the previous element of the chain" -OP_MIX_CHAIN_NEXT "Select the next element of the chain" +OP_MIX_USE "accept the chain constructed" +OP_MIX_APPEND "append a remailer to the chain" +OP_MIX_INSERT "insert a remailer into the chain" +OP_MIX_DELETE "delete a remailer from the chain" +OP_MIX_CHAIN_PREV "select the previous element of the chain" +OP_MIX_CHAIN_NEXT "select the next element of the chain" OP_COMPOSE_MIX "send the message through a mixmaster remailer chain" diff --git a/OPS.SIDEBAR b/OPS.SIDEBAR index d09ec1f1d..7e5b504e3 100644 --- a/OPS.SIDEBAR +++ b/OPS.SIDEBAR @@ -1,8 +1,8 @@ -OP_SIDEBAR_NEXT "Move the highlight to next mailbox" -OP_SIDEBAR_NEXT_NEW "Move the highlight to next mailbox with new mail" -OP_SIDEBAR_OPEN "Open highlighted mailbox" -OP_SIDEBAR_PAGE_DOWN "Scroll the Sidebar down 1 page" -OP_SIDEBAR_PAGE_UP "Scroll the Sidebar up 1 page" -OP_SIDEBAR_PREV "Move the highlight to previous mailbox" -OP_SIDEBAR_PREV_NEW "Move the highlight to previous mailbox with new mail" -OP_SIDEBAR_TOGGLE_VISIBLE "Make the Sidebar (in)visible" +OP_SIDEBAR_NEXT "move the highlight to next mailbox" +OP_SIDEBAR_NEXT_NEW "move the highlight to next mailbox with new mail" +OP_SIDEBAR_OPEN "open highlighted mailbox" +OP_SIDEBAR_PAGE_DOWN "scroll the sidebar down 1 page" +OP_SIDEBAR_PAGE_UP "scroll the sidebar up 1 page" +OP_SIDEBAR_PREV "move the highlight to previous mailbox" +OP_SIDEBAR_PREV_NEW "move the highlight to previous mailbox with new mail" +OP_SIDEBAR_TOGGLE_VISIBLE "make the sidebar (in)visible" -- 2.50.1