aboutsummaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2012-06-18 17:45:08 -0400
committerCash Costello <cash.costello@gmail.com>2012-06-18 17:45:08 -0400
commit3ad8110fdb13925292cfbebc672bb4bbae992ed5 (patch)
tree7f0bc2ad5fc6bd8ef4dcafca006a1ab3c7a2678e /views
parente991b83d8ee2a549dabba2e88645dd31af235097 (diff)
downloadelgg-3ad8110fdb13925292cfbebc672bb4bbae992ed5.tar.gz
elgg-3ad8110fdb13925292cfbebc672bb4bbae992ed5.tar.bz2
fixed a language string for installer
Diffstat (limited to 'views')
-rw-r--r--views/installation/forms/install/template.php2
1 files changed, 1 insertions, 1 deletions
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);