summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2006-08-02 20:04:43 +0200
committerAndreas Gohr <andi@splitbrain.org>2006-08-02 20:04:43 +0200
commit4208c142a46f3dc4e354b42c8ddabbc697f7963f (patch)
treef7541234c855bc5f84ee7dc3c24fa52c6ec60efa /install.php
parentb895ecb2051693e502fe5bfe4bee9ec53550e5da (diff)
downloadrpg-4208c142a46f3dc4e354b42c8ddabbc697f7963f.tar.gz
rpg-4208c142a46f3dc4e354b42c8ddabbc697f7963f.tar.bz2
use translation for pag title in install.php
darcs-hash:20060802180443-7ad00-85b010b3b41c3f271f3ef2f43e34889270fa4b4f.gz
Diffstat (limited to 'install.php')
-rw-r--r--install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.php b/install.php
index c202601a6..f004ad335 100644
--- a/install.php
+++ b/install.php
@@ -54,7 +54,7 @@ header('Content-Type: text/html; charset=utf-8');
lang="<?php echo $LC?>" dir="<?php echo $lang['direction']?>">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>DokuWiki Installer</title>
+ <title><?php echo $lang['i_installer']?></title>
<style type="text/css">
body { width: 90%; margin: 0 auto; font: 84% Verdana, Helvetica, Arial, sans-serif; }
img { border: none }