From: Cash Costello Date: Mon, 18 Jun 2012 21:45:08 +0000 (-0400) Subject: fixed a language string for installer X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=3ad8110fdb13925292cfbebc672bb4bbae992ed5;p=lorea%2Felgg.git fixed a language string for installer --- diff --git a/views/installation/forms/install/template.php b/views/installation/forms/install/template.php index 385168fe4..a01914f12 100644 --- a/views/installation/forms/install/template.php +++ b/views/installation/forms/install/template.php @@ -23,7 +23,7 @@ foreach ($variables as $field => $params) { } $submit_params = array( - 'value' => elgg_echo('next'), + 'value' => elgg_echo('install:next'), ); $form_body .= elgg_view('input/submit', $submit_params);