Skip to content

Commit

Permalink
Added missing translations
Browse files Browse the repository at this point in the history
  • Loading branch information
vovayatsyuk committed Mar 29, 2017
1 parent 271e3ef commit bc89c14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ protected function _getOptions()
foreach (self::$_options as $code => $label) {
$result[] = array(
'value' => $code,
'label' => Mage::helper('adminhtml')->__($label)
'label' => Mage::helper('tmcore')->__($label)
);
}

Expand Down
2 changes: 2 additions & 0 deletions app/locale/en_US/TM_Core.csv
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,5 @@
"Product updates","Product updates"
"Other","Other"
"News to show in notification bar","News to show in notification bar"
"Available","Available"
"Unavailable","Unavailable"

0 comments on commit bc89c14

Please sign in to comment.