summaryrefslogtreecommitdiff
path: root/sqlbox/lang
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2012-11-22 12:33:25 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2012-11-22 12:33:25 +0100
commitacd0d17d577081af76709a440e368f41bfb28b48 (patch)
treee5d921d290b1ff25001ac02738dc605c287fe04d /sqlbox/lang
parent2a14d4ae5af7dd2b08e7a16b155d45cebd3ca763 (diff)
downloadsqltutor-plugin-acd0d17d577081af76709a440e368f41bfb28b48.tar.gz
sqltutor-plugin-acd0d17d577081af76709a440e368f41bfb28b48.tar.bz2
sqltutor-plugin-acd0d17d577081af76709a440e368f41bfb28b48.zip
sqlbox: Fix plural name
Diffstat (limited to 'sqlbox/lang')
-rw-r--r--sqlbox/lang/en/sqlbox.php2
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';