summaryrefslogtreecommitdiffstats
path: root/templates/error_page.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/error_page.inc.php')
-rw-r--r--templates/error_page.inc.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/error_page.inc.php b/templates/error_page.inc.php
index 91c73be5..0ea85359 100644
--- a/templates/error_page.inc.php
+++ b/templates/error_page.inc.php
@@ -34,7 +34,7 @@
<head>
<meta http-equiv="refresh" content="10;URL=<?php echo($redirect_url);?>" />
<link rel="shortcut icon" href="<?php echo $web_path; ?>/favicon.ico" />
-<title><?php echo( _("Ampache error page"));?></title>
+<title><?php echo( T_("Ampache error page"));?></title>
<link rel="stylesheet" href="<?php echo $web_path; ?>/templates/base.css" type="text/css" media="screen" />
<link rel="stylesheet" href="<?php echo $web_path; ?><?php echo Config::get('theme_path'); ?>/templates/default.css" type="text/css" media="screen" />
</head>
@@ -51,9 +51,9 @@
</div>
<div>&nbsp;</div>
<div id="errormsg">
- <?php echo (_("The folowing error has occured, you will automaticly be redirected after 10 seconds.") ); ?>
+ <?php echo (T_("The folowing error has occured, you will automaticly be redirected after 10 seconds.") ); ?>
<br /><br />
- <?php echo(_("Error messages"));?>:<br />
+ <?php echo(T_("Error messages"));?>:<br />
<?php Error::display('general'); ?>
</div>
</div>