From f0df9f1d1d9ab4e7bbba7bb3a3a2c4e812ebb2d6 Mon Sep 17 00:00:00 2001 From: Michael de Raadt Date: Thu, 18 Aug 2016 20:08:29 +1000 Subject: [PATCH] CONTRIB-6497 block_completion_progress: Fixed illegal langauage string --- lang/en/block_completion_progress.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en/block_completion_progress.php b/lang/en/block_completion_progress.php index f49589d..0590fa5 100644 --- a/lang/en/block_completion_progress.php +++ b/lang/en/block_completion_progress.php @@ -63,7 +63,7 @@ $string['how_longbars_works_help'] = '

When bars exceed a set length, how they $string['how_ordering_works'] = 'How ordering works'; $string['how_ordering_works_help'] = '

There are two ways to order activities in the Completion Progress block.

'; $string['how_selectactivities_works'] = 'How including activities works'; -$string['how_selectactivities_works_help'] = '

To manually select activities to be include in the bar, ensure that "'.$string['config_activitiesincluded'].'" is set to "'.$string['config_selectedactivities'].'".

Only activities with activity completion settings set can be included.

Hold the CTRL key to select multiple activities.

'; +$string['how_selectactivities_works_help'] = '

To manually select activities to be include in the bar, ensure that "Activities included" is set to "selected activities".

Only activities with activity completion settings set can be included.

Hold the CTRL key to select multiple activities.

'; $string['lastonline'] = 'Last in course'; $string['mouse_over_prompt'] = 'Mouse over or touch bar for info.'; $string['no_activities_config_message'] = 'There are no activities or resources with activity completion set or no activities or resources have been selected. Set activity completion on activities and resources then configure this block.';