From 1c7dc8fa6e7c7adc83624679cfbdf889db726e74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luca=20B=C3=B6sch?= Date: Wed, 19 May 2021 09:28:11 +0200 Subject: [PATCH] MDL-71373 tool_usertours: localize "previous"/"next" in user tours. AMOS BEGIN CPY [previous,core],[previousstep,tool_usertours] CPY [next,core],[nextstep,tool_usertours] AMOS END --- admin/tool/usertours/lang/en/tool_usertours.php | 2 ++ admin/tool/usertours/templates/tourstep.mustache | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/admin/tool/usertours/lang/en/tool_usertours.php b/admin/tool/usertours/lang/en/tool_usertours.php index 7390bd84ff9..eb1ae2559c1 100644 --- a/admin/tool/usertours/lang/en/tool_usertours.php +++ b/admin/tool/usertours/lang/en/tool_usertours.php @@ -86,6 +86,7 @@ $string['newstep'] = 'Create step'; $string['newstep'] = 'New step'; $string['newtour'] = 'Create a new tour'; $string['next'] = 'Next'; +$string['nextstep'] = 'Next'; $string['options_heading'] = 'Options'; $string['pathmatch'] = 'Apply to URL match'; $string['pathmatch_help'] = 'Tours will be displayed on any page whose URL matches this value. @@ -102,6 +103,7 @@ If you wish to display a tour on the Site Home page, you can use the value: "FRO '; $string['placement'] = 'Placement'; $string['pluginname'] = 'User tours'; +$string['previousstep'] = 'Previous'; $string['resettouronpage'] = 'Reset user tour on this page'; $string['right'] = 'Right'; $string['select_block'] = 'Select a block'; diff --git a/admin/tool/usertours/templates/tourstep.mustache b/admin/tool/usertours/templates/tourstep.mustache index 363b2c9de32..be23be37bf3 100644 --- a/admin/tool/usertours/templates/tourstep.mustache +++ b/admin/tool/usertours/templates/tourstep.mustache @@ -58,9 +58,9 @@