aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authornikrou <nikrou@piwigo.org>2010-03-02 16:01:37 +0000
committernikrou <nikrou@piwigo.org>2010-03-02 16:01:37 +0000
commit6044dd4fd6fc2cdcf14756f2f4e7c5254f9131c1 (patch)
tree6c904b852664ecbae6ffaf2365d2b3058a81cf31 /admin
parent2e890e9597da29346a1fbe0db45f48e4a2be86e7 (diff)
Feature 1450 :
- add "subscribe %s" - fix misspelling in install.tpl and in install.php git-svn-id: http://piwigo.org/svn/trunk@5022 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin')
-rw-r--r--admin/template/goto/install.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/template/goto/install.tpl b/admin/template/goto/install.tpl
index 96861a31c..28609c366 100644
--- a/admin/template/goto/install.tpl
+++ b/admin/template/goto/install.tpl
@@ -169,7 +169,7 @@ TD {
{else}
<p>
<input type="button" name="Home" value="{'Home'|@translate}" onClick="window.open('index.php');">
- <input type="button" name="Administration" value="{'Administration'|@translate}" onClick="window.open('Administration.php');">
+ <input type="button" name="Administration" value="{'Administration'|@translate}" onClick="window.open('admin.php');">
</p>
{if !isset($migration)}