summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2013-01-25 00:30:51 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2013-01-25 00:31:37 +0100
commitce62a66b32619ef1cb7efa868c08c99bc6ebf3eb (patch)
treeffe1ed8f97254235eef47485faa426036b30201a
parentdd33deee8ffb3bc32d29f1c0cacab10ca9b1f7b0 (diff)
downloadsqltutor-plugin-ce62a66b32619ef1cb7efa868c08c99bc6ebf3eb.tar.gz
sqltutor-plugin-ce62a66b32619ef1cb7efa868c08c99bc6ebf3eb.tar.bz2
sqltutor-plugin-ce62a66b32619ef1cb7efa868c08c99bc6ebf3eb.zip
lang: Add description for readqueries
-rw-r--r--sqlbox/lang/en/sqlbox.php1
1 files changed, 1 insertions, 0 deletions
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';