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:
authorKasun Chathuranga <chathuranga.jayaneththi@gmail.com>2013-04-30 23:21:15 +0400
committerKasun Chathuranga <chathuranga.jayaneththi@gmail.com>2013-04-30 23:21:15 +0400
commit6b1f6ae04630b1dcf4a7c283a1cc3823307279f2 (patch)
tree11e9483d97ae6438381d993307cbd9d9e2929432 /tbl_chart.php
parent77bb53dcf898a5376c1d3c5e87671a7975091379 (diff)
parentf78cda80cdfe5b6e945016fcd3efe6df0386c725 (diff)
Merge branch 'master' into DBI_naming_cleanUp
Conflicts: libraries/database_interface.lib.php libraries/db_table_exists.lib.php libraries/relation.lib.php libraries/rte/rte_triggers.lib.php libraries/schema/Dia_Relation_Schema.class.php libraries/schema/Visio_Relation_Schema.class.php tbl_addfield.php
Diffstat (limited to 'tbl_chart.php')
-rw-r--r--tbl_chart.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tbl_chart.php b/tbl_chart.php
index 74f2636e7e..834ec29d1b 100644
--- a/tbl_chart.php
+++ b/tbl_chart.php
@@ -238,11 +238,11 @@ $htmlString .= '<div style="float:left; padding-left:40px;">'
. '<p style="clear:both;">&nbsp;</p>'
. '<fieldset>'
. '<div>'
- . '<label for="pos">' . __('Start row') . ': ' . "\n" . '</label>'
+ . '<label for="pos">' . __('Start row:') . '</label>'
. '<input type="text" name="pos" size="3" value="'
. $_SESSION['tmp_user_values']['pos'] . '" />'
. '<label for="session_max_rows">'
- . __('Number of rows') . ': ' . "\n" . '</label>'
+ . __('Number of rows:') . '</label>'
. '<input type="text" name="session_max_rows" size="3" value="'
. (($_SESSION['tmp_user_values']['max_rows'] != 'all')
? $_SESSION['tmp_user_values']['max_rows']