diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-10-07 11:35:26 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-10-07 11:35:26 +0000 |
commit | 23cc2ea83e586f6bf62bdfaf05b1e2d3ba0be2ed (patch) | |
tree | da948eb067da807485d2a9e5b489acea34ded72e /views/installation/install | |
parent | 82b11e3fbae9440b4113ac90e9aed2fa7b2cb951 (diff) | |
download | elgg-23cc2ea83e586f6bf62bdfaf05b1e2d3ba0be2ed.tar.gz elgg-23cc2ea83e586f6bf62bdfaf05b1e2d3ba0be2ed.tar.bz2 |
pulled more language strings out of installer into language file
git-svn-id: http://code.elgg.org/elgg/trunk@7029 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/installation/install')
-rw-r--r-- | views/installation/install/pages/complete.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/views/installation/install/pages/complete.php b/views/installation/install/pages/complete.php index 60838a630..ec50fe503 100644 --- a/views/installation/install/pages/complete.php +++ b/views/installation/install/pages/complete.php @@ -9,6 +9,7 @@ echo autop(elgg_echo('install:complete:instructions')); <div class="install_nav"> <?php - echo "<a href=\"{$vars['url']}index.php\">Go to site</a>"; + $text = elgg_echo('install:complete:gotosite'); + echo "<a href=\"{$vars['url']}index.php\">$text</a>"; ?> </div> |