1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-08 22:26:55 +02:00

Adding translation of the word 'Continue' in the file install.php and the related update language files 'en' and 'pl'.

This commit is contained in:
Mirosław Widz
2014-02-26 22:23:26 +01:00
parent d68a4c5e28
commit 0102715cf3
3 changed files with 3 additions and 1 deletions

View File

@@ -518,7 +518,7 @@
if (isset($errors['email_valid'])) echo '<li class="error">'.$errors['email_valid'].'</li>';
?>
</ul>
<a href="install.php?action=install" class="btn btn-primary continue">Continue</a>
<a href="install.php?action=install" class="btn btn-primary continue"><?php echo __('Continue', 'system'); ?></a>
</div>
<div class="install-block-footer login-footer">