From acd0d17d577081af76709a440e368f41bfb28b48 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Thu, 22 Nov 2012 12:33:25 +0100 Subject: sqlbox: Fix plural name --- sqlbox/lang/en/sqlbox.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sqlbox') 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'; -- cgit