From ce62a66b32619ef1cb7efa868c08c99bc6ebf3eb Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Fri, 25 Jan 2013 00:30:51 +0100 Subject: lang: Add description for readqueries --- sqlbox/lang/en/sqlbox.php | 1 + 1 file changed, 1 insertion(+) diff --git a/sqlbox/lang/en/sqlbox.php b/sqlbox/lang/en/sqlbox.php index c756723..9da813a 100644 --- a/sqlbox/lang/en/sqlbox.php +++ b/sqlbox/lang/en/sqlbox.php @@ -38,6 +38,7 @@ $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:addinstance'] = 'Add a new sqlbox'; +$string['sqlbox:readqueries'] = 'Read queries done by users'; $string['pluginadministration'] = 'sqlbox administration'; $string['pluginname'] = 'sqlbox'; $string['viewresults'] = 'View Results'; -- cgit