// 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
+2 -2
View File
@@ -42,8 +42,8 @@ class Feeder extends Module
$this->_directory = dirname(__FILE__).'/../../';
parent::__construct();
$this->displayName = $this->l('RSS products feed');
$this->description = $this->l('Generate a RSS products feed');
$this->displayName = $this->l('RSS products feed.');
$this->description = $this->l('Generate an RSS products feed.');
}
function install()