From 4dd7610bb2b8fca42be9a4972065f4bd6f6884d0 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Wed, 24 Dec 2014 15:43:21 -0800 Subject: [PATCH] add + to keyboard help key simul combos --- config/locales/client.en.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index 0d8abc63b6c..294010a1cc2 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -2217,7 +2217,7 @@ en: back: 'u Back' up_down: 'k/j Move selection ↑ ↓' open: 'o or Enter Open selected topic' - next_prev: 'shift j/shift k Next/previous section' + next_prev: 'shift+j/shift+k Next/previous section' application: title: 'Application' create: 'c Create a new topic' @@ -2232,11 +2232,11 @@ en: actions: title: 'Actions' star: 'f Star topic' - pin_unpin_topic: 'shift p Pin/Unpin topic' - share_topic: 'shift s Share topic' + pin_unpin_topic: 'shift+p Pin/Unpin topic' + share_topic: 'shift+s Share topic' share_post: 's Share post' reply_as_new_topic: 't Reply as linked topic' - reply_topic: 'shift r Reply to topic' + reply_topic: 'shift+r Reply to topic' reply_post: 'r Reply to post' quote_post: 'q Quote post' like: 'l Like post'