]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
fixed a language string for installer
authorCash Costello <cash.costello@gmail.com>
Mon, 18 Jun 2012 21:45:08 +0000 (17:45 -0400)
committerCash Costello <cash.costello@gmail.com>
Mon, 18 Jun 2012 21:45:08 +0000 (17:45 -0400)
views/installation/forms/install/template.php

index 385168fe47aac96c63749816a201168e5e49ef22..a01914f123d21aaacd27cf6255e35de7b95dde67 100644 (file)
@@ -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);