Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <mcihar@suse.cz>2012-03-14 19:14:54 +0400
committerMichal Čihař <mcihar@suse.cz>2012-03-14 19:15:18 +0400
commita5b5c2e541c4ff5d3721f1870ae610f386530879 (patch)
treec0485c0c6cd8ddb527532d80852cb1de4baaf25c /sql.php
parentee4bf161bd693f1d573463ffe5710d94d15dd5ae (diff)
Clearer confirmation of query
Diffstat (limited to 'sql.php')
-rw-r--r--sql.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql.php b/sql.php
index bdc6ab2751..7bc9a4656c 100644
--- a/sql.php
+++ b/sql.php
@@ -383,7 +383,7 @@ if ($do_confirm) {
<input type="hidden" name="show_query" value="<?php echo isset($show_query) ? PMA_sanitize($show_query, true) : ''; ?>" />
<?php
echo '<fieldset class="confirmation">' . "\n"
- .' <legend>' . __('Do you really want to ') . '</legend>'
+ .' <legend>' . __('Do you really want to execute following query?') . '</legend>'
.' <tt>' . htmlspecialchars($stripped_sql_query) . '</tt>' . "\n"
.'</fieldset>' . "\n"
.'<fieldset class="tblFooters">' . "\n";