// changed English strings, especially focusing on colons harmonization

This commit is contained in:
fram
2013-03-12 19:39:30 +01:00
parent f7c76f60fb
commit ed947bc123
590 changed files with 6160 additions and 7064 deletions
+3 -3
View File
@@ -42,8 +42,8 @@ class BlockViewed extends Module
parent::__construct();
$this->displayName = $this->l('Viewed products block');
$this->description = $this->l('Adds a block displaying last-viewed products.');
$this->displayName = $this->l('Viewed products block.');
$this->description = $this->l('Adds a block displaying recently viewed products.');
}
public function install()
@@ -82,7 +82,7 @@ class BlockViewed extends Module
<label>'.$this->l('Products displayed').'</label>
<div class="margin-form">
<input type="text" name="productNbr" value="'.(int)Configuration::get('PRODUCTS_VIEWED_NBR').'" />
<p class="clear">'.$this->l('Define the number of products displayed in this block').'</p>
<p class="clear">'.$this->l('Define the number of products displayed in this block.').'</p>
</div>
<center><input type="submit" name="submitBlockViewed" value="'.$this->l('Save').'" class="button" /></center>
</fieldset>