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 @@