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:
authorMarc Delisle <marc@infomarc.info>2013-12-05 22:27:54 +0400
committerMarc Delisle <marc@infomarc.info>2013-12-05 22:27:54 +0400
commit63b1af983fa554f1cc61db54dd93c9037d40265e (patch)
treeb3ea4b077f9dc7e9cb4906a1b9698c2d86479ee5 /config.sample.inc.php
parentd838766b968be6c2621568fa1d148e24cc4890a5 (diff)
Make the choices similar to other directives
Signed-off-by: Marc Delisle <marc@infomarc.info>
Diffstat (limited to 'config.sample.inc.php')
-rw-r--r--config.sample.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.sample.inc.php b/config.sample.inc.php
index ff18bf0306..7dcf528788 100644
--- a/config.sample.inc.php
+++ b/config.sample.inc.php
@@ -76,8 +76,8 @@ $cfg['UploadDir'] = '';
$cfg['SaveDir'] = '';
/**
- * Whether to display image or text or both image and text in table row
- * action segment. Value can be either of 'image', 'text' or 'both'.
+ * Whether to display icons or text or both icons and text in table row
+ * action segment. Value can be either of 'icons', 'text' or 'both'.
*/
//$cfg['RowActionType'] = 'both';