From a907805911bc678c6d3f5e0fb71c7189866b5e06 Mon Sep 17 00:00:00 2001 From: cash Date: Wed, 6 Oct 2010 10:55:27 +0000 Subject: Pulled installation language strings out of core language file into installer git-svn-id: http://code.elgg.org/elgg/trunk@7019 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/installation/install/forms/template.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'views/installation/install/forms/template.php') diff --git a/views/installation/install/forms/template.php b/views/installation/install/forms/template.php index a2d93f42e..98cdcadab 100644 --- a/views/installation/install/forms/template.php +++ b/views/installation/install/forms/template.php @@ -11,8 +11,8 @@ $type = $vars['type']; $form_body = ''; foreach ($variables as $field => $params) { - $label = elgg_echo("installation:$type:label:$field"); - $help = elgg_echo("installation:$type:help:$field"); + $label = elgg_echo("install:$type:label:$field"); + $help = elgg_echo("install:$type:help:$field"); $params['internalname'] = $field; $form_body .= '

'; -- cgit v1.2.3