Merge pull request #1019 from djfm/translations

Translations
This commit is contained in:
Jérôme Nadaud
2013-11-22 09:12:55 -08:00
4 changed files with 20 additions and 19 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ class AddShareThis extends Module
</div>
<div class="form-group">
<div class="col-lg-9 col-lg-push-3">
<p class="help-block">'.$this->l('Key in your account statistic http://sharethis.com').'</p>
<p class="help-block">'.$this->l('You will find this key in your account settings on http://sharethis.com.').'</p>
</div>
</div>
<div class="form-group">
+1 -1
View File
@@ -354,7 +354,7 @@ class Dashactivity extends Module
);
$fields_form['form']['input'][] = array(
'label' => $this->l('Cart as active'),
'label' => $this->l('Cart active'),
'desc' => $this->l('Default time range to consider a Shopping cart as active (default 30, max 120)'),
'name' => 'DASHACTIVITY_CART_ACTIVE',
'type' => 'select',