From cd79117d49b2dd845d2572dd5d36f2c3b9909b7e Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Thu, 24 Jan 2013 15:59:52 +0100 Subject: Add required capability addinstance --- sqlbox/lang/en/sqlbox.php | 1 + 1 file changed, 1 insertion(+) (limited to 'sqlbox/lang') 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'; -- cgit