davidpesce / moodle-mod_tincanlaunch

A Moodle plugin that allows the launching of xAPI content using the Rustici Launch Method.
45 stars 41 forks source link

Changing the label text on the launch links #211

Closed scorponoc333 closed 3 years ago

scorponoc333 commented 3 years ago

How do I change the string that says "launch" to something else like "Resume course"?

I have the same question regarding the Start New Registration button but I assume I will get that answer if I can answer the first question.

Getafix-hub commented 3 years ago

Currently, these strings are hardcoded and would require a custom build of the plugin Take a look at tincanlaunch.php file for the desired language (e.g tincanlaunch\lang\en for english). $string['tincanlaunchviewlaunchlink'] = 'launch';

scorponoc333 commented 3 years ago

Currently, these strings are hardcoded and would require a custom build of the plugin Take a look at tincanlaunch.php file for the desired language (e.g tincanlaunch\lang\en for english). $string['tincanlaunchviewlaunchlink'] = 'launch';

Thank you very much!

davidpesce commented 3 years ago

@scorponoc333 - you could also modify the language string (via Moodle admin) to something you'd rather see.