diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2012-11-22 12:33:25 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2012-11-22 12:33:25 +0100 |
commit | acd0d17d577081af76709a440e368f41bfb28b48 (patch) | |
tree | e5d921d290b1ff25001ac02738dc605c287fe04d /sqlbox/lang/en | |
parent | 2a14d4ae5af7dd2b08e7a16b155d45cebd3ca763 (diff) | |
download | sqltutor-plugin-acd0d17d577081af76709a440e368f41bfb28b48.tar.gz sqltutor-plugin-acd0d17d577081af76709a440e368f41bfb28b48.tar.bz2 sqltutor-plugin-acd0d17d577081af76709a440e368f41bfb28b48.zip |
sqlbox: Fix plural name
Diffstat (limited to 'sqlbox/lang/en')
-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'; |