[*] TR : #PSTEST-553 : Replaced can't with cannot

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12796 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
fGaillard
2012-01-30 12:54:32 +00:00
parent ff74e92f0a
commit 1c6357c1d9
15 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -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>';
}