// Installer: Fixed #PSFV-727 (Issues #1, #2, #3)

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14468 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
bMancone
2012-04-05 08:13:42 +00:00
parent 706e9be5cb
commit 8ee1b96865
7 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -156,7 +156,7 @@ var default_iso = '<?php echo $this->session->shop_country ?>';
<br/>
<span id="resultInfosNotification" class="result aligned"></span>
</div>
<p class="userInfos aligned"><?php echo $this->l('Warning: You will recieve these informations only if your e-mail configuration is correct.') ?></p>
<p class="userInfos aligned"><?php echo $this->l('Warning: You will receive this information only if your e-mail configuration is correct.') ?></p>
</div>
</div>
+1 -1
View File
@@ -35,7 +35,7 @@ var process_steps = <?php echo Tools::jsonEncode($this->process_steps) ?>;
<div id="install_process_success">
<div class="clearfix">
<h2><?php echo $this->l('Your installation is finished!'); ?></h2>
<p><?php echo $this->l('You have just finished to install and configure your shop, thank you for using PrestaShop!'); ?></p>
<p><?php echo $this->l('You have just finished installing and configuring your shop. Thank you for using PrestaShop!'); ?></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">
+1 -1
View File
@@ -26,7 +26,7 @@
<!-- Did you know -->
<h3 class="no-margin"><?php echo $this->l('Did you know?'); ?></h3>
<p><?php echo $this->l('PrestaShop and community offers over 40 different languages for free directly accessible from your back-office in tools tab'); ?> </p>
<p><?php echo $this->l('PrestaShop and its community offers over 40 different languages for free, directly accessible from your Back Office on the Localization tab.'); ?> </p>
<!-- License agreement -->
<h2 id="licenses-agreement"><?php echo $this->l('Licenses Agreement') ?></h2>