Skip to content

Commit

Permalink
Some misspellings fixed. Version 0.2.2. Version 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MaWoScha committed Jan 2, 2015
1 parent 3f1e9b6 commit 930d326
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ protected function _prepareColumns() {
));

$this->addColumn('content_disp', array(
'header' => Mage::helper('fileuploader')->__('Content-Disposiotion'),
'header' => Mage::helper('fileuploader')->__('Content-Disposition'),
'align' => 'left',
'width' => '80px',
'index' => 'content_disp',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class Uni_Fileuploader_Adminhtml_FileuploaderController extends Mage_Adminhtml_C
protected function _initAction() {
$this->loadLayout()
->_setActiveMenu('catalog/items')
->_addBreadcrumb(Mage::helper('fileuploader')->__('Items Manager'), Mage::helper('fileuploader')->__('Item Manager'));
->_addBreadcrumb(Mage::helper('fileuploader')->__('Item Manager'), Mage::helper('fileuploader')->__('Item Manager'));
$id = $this->getRequest()->getParam('id');
$model = Mage::getModel('fileuploader/fileuploader')->load($id);
if ($model->getId() || $id == 0) {
Expand Down

0 comments on commit 930d326

Please sign in to comment.