[*] TR : #PSTEST-553 : Replaced can't with cannot
This commit is contained in:
@@ -1915,7 +1915,7 @@ abstract class AdminTabCore
|
||||
echo (isset($field['desc']) ? '<p class="preference_description">'.$field['desc'].'</p>' : '');
|
||||
|
||||
// Is this field invisible in current shop context ?
|
||||
echo ($isInvisible) ? '<p class="multishop_warning">'.$this->l('You can\'t change the value of this configuration field in this shop context').'</p>' : '';
|
||||
echo ($isInvisible) ? '<p class="multishop_warning">'.$this->l('You cannot change the value of this configuration field in this shop context').'</p>' : '';
|
||||
|
||||
echo '</div></div>';
|
||||
}
|
||||
|
||||
@@ -183,7 +183,7 @@ class LocalizationPackCore
|
||||
|
||||
if (!$trg->save())
|
||||
{
|
||||
$this->_errors[] = Tools::displayError('This tax rule can\'t be saved.');
|
||||
$this->_errors[] = Tools::displayError('This tax rule cannot be saved.');
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
@@ -498,7 +498,7 @@ abstract class PaymentModuleCore extends Module
|
||||
}
|
||||
else
|
||||
{
|
||||
$error = Tools::displayError('Cart can\'t be loaded or an order has already been placed using this cart');
|
||||
$error = Tools::displayError('Cart cannot be loaded or an order has already been placed using this cart');
|
||||
Logger::addLog($error, 4, '0000001', 'Cart', intval($cart->id));
|
||||
die($error);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user