diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-01-25 00:30:51 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-01-25 00:31:37 +0100 |
commit | ce62a66b32619ef1cb7efa868c08c99bc6ebf3eb (patch) | |
tree | ffe1ed8f97254235eef47485faa426036b30201a /sqlbox | |
parent | dd33deee8ffb3bc32d29f1c0cacab10ca9b1f7b0 (diff) | |
download | sqltutor-plugin-ce62a66b32619ef1cb7efa868c08c99bc6ebf3eb.tar.gz sqltutor-plugin-ce62a66b32619ef1cb7efa868c08c99bc6ebf3eb.tar.bz2 sqltutor-plugin-ce62a66b32619ef1cb7efa868c08c99bc6ebf3eb.zip |
lang: Add description for readqueries
Diffstat (limited to 'sqlbox')
-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 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'; |