// removed unnecessary punctuation in English installer strings, both in source code and translations

This commit is contained in:
djfm
2013-10-31 08:09:14 +00:00
parent c958436a76
commit 11f60492be
15 changed files with 253 additions and 253 deletions
+3 -3
View File
@@ -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">