diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-01-24 15:59:52 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-01-24 16:14:00 +0100 |
commit | cd79117d49b2dd845d2572dd5d36f2c3b9909b7e (patch) | |
tree | 09d60bb44d7ca3ad8375399257ce72e94f542556 /sqlbox/lang/en | |
parent | 60fbd00792b1fce24eb33cbc01f8b8cdf43a7696 (diff) | |
download | sqltutor-plugin-cd79117d49b2dd845d2572dd5d36f2c3b9909b7e.tar.gz sqltutor-plugin-cd79117d49b2dd845d2572dd5d36f2c3b9909b7e.tar.bz2 sqltutor-plugin-cd79117d49b2dd845d2572dd5d36f2c3b9909b7e.zip |
Add required capability addinstance
Diffstat (limited to 'sqlbox/lang/en')
-rw-r--r-- | sqlbox/lang/en/sqlbox.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sqlbox/lang/en/sqlbox.php b/sqlbox/lang/en/sqlbox.php index da9c7a2..a522198 100644 --- a/sqlbox/lang/en/sqlbox.php +++ b/sqlbox/lang/en/sqlbox.php @@ -37,5 +37,6 @@ $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['pluginadministration'] = 'sqlbox administration'; $string['pluginname'] = 'sqlbox'; |