From c731f3874edb2158358d9ac4329a816ef2593fc8 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Wed, 28 Jun 2017 19:42:09 -0700 Subject: [PATCH] Better description for 'Advance Gallery' setting. --- src/config/Config.coffee | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/config/Config.coffee b/src/config/Config.coffee index d2614cc20..cd9332164 100644 --- a/src/config/Config.coffee +++ b/src/config/Config.coffee @@ -950,18 +950,18 @@ Config = 'Open Gallery': [ 'g' 'Opens the gallery.' - ], + ] 'Next Gallery Image': [ 'Right', - 'Go to the next image in gallery mode' - ], + 'Go to the next image in gallery mode.' + ] 'Previous Gallery Image': [ 'Left', - 'Go to the previous image in gallery mode' - ], + 'Go to the previous image in gallery mode.' + ] 'Advance Gallery': [ 'Enter', - 'Advance the gallery' + 'Go to next image or, if Autoplay is off, play video.' ], 'Pause': [ 'p'