summaryrefslogtreecommitdiff
path: root/setup.php
diff options
context:
space:
mode:
Diffstat (limited to 'setup.php')
-rw-r--r--setup.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.php b/setup.php
index 460e7359e6..baa7509978 100644
--- a/setup.php
+++ b/setup.php
@@ -184,7 +184,7 @@ if (!isset($_POST['lang'])) {
I18N::translate('If your server’s security policy permits it, you will be able to request increased memory or CPU time using the webtrees administration page. Otherwise, you will need to contact your server’s administrator.'),
'</p>';
if (!$errors) {
- echo '<br><hr><input type="submit" id="btncontinue" value="', /* I18N: A button label */ I18N::translate('continue'), '">';
+ echo '<br><hr><input type="submit" id="btncontinue" value="', /* I18N: A button label. */ I18N::translate('continue'), '">';
}
echo '</form></body></html>';