From 23cc2ea83e586f6bf62bdfaf05b1e2d3ba0be2ed Mon Sep 17 00:00:00 2001 From: cash Date: Thu, 7 Oct 2010 11:35:26 +0000 Subject: 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 --- views/installation/install/pages/complete.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'views') 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'));
Go to site"; + $text = elgg_echo('install:complete:gotosite'); + echo "$text"; ?>
-- cgit v1.2.3