From 854159ddbf2c284118a83495e215a178f2bf39e9 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Wed, 21 Nov 2012 11:48:17 +0100 Subject: sqlbox: s/Query/SQL Query/ --- sqlbox/sqlbox_form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sqlbox/sqlbox_form.php') diff --git a/sqlbox/sqlbox_form.php b/sqlbox/sqlbox_form.php index eb88b6f..c91888c 100644 --- a/sqlbox/sqlbox_form.php +++ b/sqlbox/sqlbox_form.php @@ -9,7 +9,7 @@ class mod_sqlbox_form extends moodleform { public function definition() { $mform = &$this->_form; $mform->addElement('header', 'general', 'SQLBox'); - $mform->addElement('text', 'query', 'Query', 'size="50"'); + $mform->addElement('text', 'query', 'SQL Query', 'size="50"'); $mform->addElement('submit', 'button', 'Submit'); } } -- cgit