From 2cae746cc111ef7710e2e6d364ab4dea26320875 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 17 Jun 2011 14:58:13 +0200 Subject: Generally we speak only about sTheme, so do not introduce / Style --- themes.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'themes.php') 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'; ?>