diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2012-11-23 10:03:32 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2012-11-23 10:03:32 +0100 |
commit | 93934b0ef0cac682681764050f485e8231838b30 (patch) | |
tree | 1b15c018e9460736d2eeaae8193a57583528f628 /sqlbox/lang/en/sqlbox.php | |
parent | cb68bde9de9060e369103a3e5a8d217ed4104b8e (diff) | |
parent | 1e7e0ed272a3fa984241314dc01a871d3fa03c35 (diff) | |
download | sqltutor-plugin-93934b0ef0cac682681764050f485e8231838b30.tar.gz sqltutor-plugin-93934b0ef0cac682681764050f485e8231838b30.tar.bz2 sqltutor-plugin-93934b0ef0cac682681764050f485e8231838b30.zip |
Merge branch 'master' of ssh://git.bnfr.net/git/sqltutor-plugin
Diffstat (limited to 'sqlbox/lang/en/sqlbox.php')
-rw-r--r-- | sqlbox/lang/en/sqlbox.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sqlbox/lang/en/sqlbox.php b/sqlbox/lang/en/sqlbox.php index 802589a..da9c7a2 100644 --- a/sqlbox/lang/en/sqlbox.php +++ b/sqlbox/lang/en/sqlbox.php @@ -31,7 +31,7 @@ defined('MOODLE_INTERNAL') || die(); $string['modulename'] = 'sqlbox'; -$string['modulenameplural'] = 'sqlboxs'; +$string['modulenameplural'] = 'sqlboxes'; $string['modulename_help'] = 'Use the sqlbox module for... | The sqlbox module allows...'; $string['sqlboxfieldset'] = 'Custom example fieldset'; $string['sqlboxname'] = 'sqlbox name'; |