summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2013-01-25 00:29:53 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2013-01-25 00:29:53 +0100
commitdd33deee8ffb3bc32d29f1c0cacab10ca9b1f7b0 (patch)
tree52302587dc2de26bb66a94147d888555a63a9503
parente9740624fd977bde32638f1d5afcd71be724a8f5 (diff)
downloadsqltutor-plugin-dd33deee8ffb3bc32d29f1c0cacab10ca9b1f7b0.tar.gz
sqltutor-plugin-dd33deee8ffb3bc32d29f1c0cacab10ca9b1f7b0.tar.bz2
sqltutor-plugin-dd33deee8ffb3bc32d29f1c0cacab10ca9b1f7b0.zip
lang: Fix typo for addinstance
-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 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';