MDL-71373 tool_usertours: localize "previous"/"next" in user tours.
This commit is contained in:
@@ -58,8 +58,8 @@
|
||||
<div class="modal-body" data-placeholder="body">
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-secondary" data-role="previous">{{# str }} previous, moodle {{/ str }}</button>
|
||||
<button type="button" class="btn btn-primary" data-role="next">{{# str }} next, moodle {{/ str }}</button>
|
||||
<button type="button" class="btn btn-secondary" data-role="previous">{{# str }} previouspage, moodle {{/ str }}</button>
|
||||
<button type="button" class="btn btn-primary" data-role="next">{{# str }} nextpage, moodle {{/ str }}</button>
|
||||
<button class="btn btn-secondary" data-role="end"> {{# str }} endtour, tool_usertours {{/ str }} </button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user