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>2011-06-17 16:58:13 +0400
committerMichal Čihař <mcihar@suse.cz>2011-06-17 16:58:13 +0400
commit2cae746cc111ef7710e2e6d364ab4dea26320875 (patch)
tree5b49aae149034fcc9deb42eab4ced3c0fd8c2bc2 /themes.php
parent244427b9d24438e0c18259a5a0e7eea88f7ce1a6 (diff)
Generally we speak only about sTheme, so do not introduce / Style
Diffstat (limited to 'themes.php')
-rw-r--r--themes.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes.php b/themes.php
index b4030c80ec..624c6680a4 100644
--- a/themes.php
+++ b/themes.php
@@ -17,7 +17,7 @@ $path_to_themes = $cfg['ThemePath'] . '/';
require './libraries/header_http.inc.php';
/* HTML header */
-$page_title = 'phpMyAdmin - ' . __('Theme / Style');
+$page_title = 'phpMyAdmin - ' . __('Theme');
require './libraries/header_meta_style.inc.php';
?>
<script type="text/javascript" language="javascript">
@@ -37,7 +37,7 @@ function takeThis(what){
</head>
<body id="bodythemes">
-<h1>phpMyAdmin - <?php echo __('Theme / Style'); ?></h1>
+<h1>phpMyAdmin - <?php echo __('Theme'); ?></h1>
<p><a href="<?php echo PMA_linkURL('http://www.phpmyadmin.net/home_page/themes.php'); ?>#pma_<?php echo preg_replace('/([0-9]*)\.([0-9]*)\..*/', '\1_\2', PMA_VERSION); ?>"><?php echo __('Get more themes!'); ?></a></p>
<?php
$_SESSION['PMA_Theme_Manager']->printPreviews();