//Changed English strings using the translationsenglish module.

This commit is contained in:
djfm
2013-01-04 16:58:58 +01:00
parent 507309ddf5
commit 385c593129
319 changed files with 5991 additions and 5991 deletions
+3 -3
View File
@@ -233,14 +233,14 @@ class Blocktopmenu extends Module
$this->_html .= '</optgroup>';
// BEGIN Categories
$this->_html .= '<optgroup label="'.$this->l('Categories').'">';
$this->_html .= '<optgroup label="'.$this->l('Categories:').'">';
$this->getCategoryOption(1, (int)$id_lang, (int)Shop::getContextShopID());
$this->_html .= '</optgroup>';
// BEGIN Shops
if (Shop::isFeatureActive())
{
$this->_html .= '<optgroup label="'.$this->l('Shops').'">';
$this->_html .= '<optgroup label="'.$this->l('Shops:').'">';
$shops = Shop::getShopsCollection();
foreach ($shops as $shop)
{
@@ -252,7 +252,7 @@ class Blocktopmenu extends Module
}
// BEGIN Products
$this->_html .= '<optgroup label="'.$this->l('Products').'">';
$this->_html .= '<optgroup label="'.$this->l('Products:').'">';
$this->_html .= '<option value="PRODUCT" style="font-style:italic">'.$spacer.$this->l('Choose ID product').'</option>';
$this->_html .= '</optgroup>';