From f55823f47fd099cbbc3717fdbf0cfec8135927ed Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 3 May 2010 12:57:46 -0400 Subject: strings to gettext, first batch --- themes.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'themes.php') diff --git a/themes.php b/themes.php index ea3986cdb4..e6863712c0 100644 --- a/themes.php +++ b/themes.php @@ -18,7 +18,7 @@ $path_to_themes = $cfg['ThemePath'] . '/'; require_once './libraries/header_http.inc.php'; /* HTML header */ -$page_title = 'phpMyAdmin - ' . $strTheme; +$page_title = 'phpMyAdmin - ' . __('Theme / Style'); require './libraries/header_meta_style.inc.php'; ?>