diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-01-25 00:29:53 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-01-25 00:29:53 +0100 |
commit | dd33deee8ffb3bc32d29f1c0cacab10ca9b1f7b0 (patch) | |
tree | 52302587dc2de26bb66a94147d888555a63a9503 /sqlbox/lang/en | |
parent | e9740624fd977bde32638f1d5afcd71be724a8f5 (diff) | |
download | sqltutor-plugin-dd33deee8ffb3bc32d29f1c0cacab10ca9b1f7b0.tar.gz sqltutor-plugin-dd33deee8ffb3bc32d29f1c0cacab10ca9b1f7b0.tar.bz2 sqltutor-plugin-dd33deee8ffb3bc32d29f1c0cacab10ca9b1f7b0.zip |
lang: Fix typo for addinstance
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 b0164b6..c756723 100644 --- a/sqlbox/lang/en/sqlbox.php +++ b/sqlbox/lang/en/sqlbox.php @@ -37,7 +37,7 @@ $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.'; $string['sqlbox'] = 'sqlbox'; -$string['sqlbox:addinstancce'] = 'Add a new sqlbox'; +$string['sqlbox:addinstance'] = 'Add a new sqlbox'; $string['pluginadministration'] = 'sqlbox administration'; $string['pluginname'] = 'sqlbox'; $string['viewresults'] = 'View Results'; |