diff options
Diffstat (limited to 'sqlbox/lang/en/sqlbox.php')
-rw-r--r-- | sqlbox/lang/en/sqlbox.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sqlbox/lang/en/sqlbox.php b/sqlbox/lang/en/sqlbox.php index f1b4d9e..09897b2 100644 --- a/sqlbox/lang/en/sqlbox.php +++ b/sqlbox/lang/en/sqlbox.php @@ -32,7 +32,7 @@ defined('MOODLE_INTERNAL') || die(); $string['modulename'] = 'sqlbox'; $string['modulenameplural'] = 'sqlboxes'; -$string['modulename_help'] = 'Use the sqlbox module for... | The sqlbox module allows...'; +$string['modulename_help'] = 'The sqlbox module allows to add a SQL test box.'; $string['sqlboxfieldset'] = 'Custom example fieldset'; $string['sqlboxname'] = 'sqlbox name'; $string['sqlboxname_help'] = 'This is the content of the help tooltip associated with the sqlboxname field. Markdown syntax is supported.'; @@ -42,5 +42,6 @@ $string['sqlbox:readqueries'] = 'Read queries done by users'; $string['pluginadministration'] = 'sqlbox administration'; $string['pluginname'] = 'sqlbox'; $string['viewresults'] = 'View Results'; +$string['viewallresults'] = 'View Results from all Users'; $string['queryfailed'] = 'Query failed: {$a}'; $string['dbconnectionfailed'] = 'Error: Database connection failed'; |