// removed unnecessary punctuation in English installer strings, both in source code and translations
This commit is contained in:
@@ -36,10 +36,10 @@ var process_steps = <?php echo Tools::jsonEncode($this->process_steps) ?>;
|
||||
<div class="clearfix">
|
||||
<h2><?php echo $this->l('Your installation is finished!'); ?></h2>
|
||||
<p><?php echo $this->l('You have just finished installing your shop. Thank you for using PrestaShop!'); ?></p>
|
||||
<p><?php echo $this->l('Please remember your login information:') ?></p>
|
||||
<p><?php echo $this->l('Please remember your login information') ?></p>
|
||||
<table cellpadding="0" cellspacing="0" border="0" id="resultInstall" width="620">
|
||||
<tr class="odd">
|
||||
<td class="label"><?php echo $this->l('E-mail:') ?></td>
|
||||
<td class="label"><?php echo $this->l('E-mail') ?></td>
|
||||
<td class="resultEnd"><?php echo htmlspecialchars($this->session->admin_email) ?></td>
|
||||
<td rowspan="2" class="print" onclick="$('#password_content').html('<?php echo htmlspecialchars(addslashes($this->session->admin_password)) ?>'); $('#password_display').hide(); window.print();">
|
||||
<img src="theme/img/print.png" alt="" style="vertical-align:top">
|
||||
@@ -47,7 +47,7 @@ var process_steps = <?php echo Tools::jsonEncode($this->process_steps) ?>;
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="label"><?php echo $this->l('Password:') ?></td>
|
||||
<td class="label"><?php echo $this->l('Password') ?></td>
|
||||
<td class="resultEnd">
|
||||
<span id="password_content"><?php echo preg_replace('#.#', '*', $this->session->admin_password) ?></span>
|
||||
<span id="password_display">
|
||||
|
||||
Reference in New Issue
Block a user