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
path: root/js
diff options
context:
space:
mode:
authorDieter Adriaenssens <ruleant@users.sourceforge.net>2012-06-03 15:16:13 +0400
committerDieter Adriaenssens <ruleant@users.sourceforge.net>2012-06-03 15:16:13 +0400
commitc60f1c029b7effc2cb0b549f8b235a163583b396 (patch)
tree1052aab8cdf43e01a87bc31a90652d47f20c8c5c /js
parent2ba367b79de5be20a395f2413e41068c40c19730 (diff)
parentd8c9c2a4c7503a797d6f78971ed030d9c98c9e2a (diff)
Merge pull request #70 from rdeq08/QA_3_5
Improve the "How to use" messages
Diffstat (limited to 'js')
-rw-r--r--js/messages.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/messages.php b/js/messages.php
index de2c4397e7..d78ce8c5a6 100644
--- a/js/messages.php
+++ b/js/messages.php
@@ -303,7 +303,7 @@ $js_messages['strDisplayHelp'] = '<ul><li>'
. '</li><li>'
. __('To zoom in, select a section of the plot with the mouse.')
. '</li><li>'
- . __('Click reset zoom link to come back to original state.')
+ . __('Click reset zoom button to come back to original state.')
. '</li><li>'
. __('Click a data point to view and possibly edit the data row.')
. '</li><li>'