diff options
Diffstat (limited to 'sqlbox/lang')
-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'; |