From bc89c141b84d5ec3f470e202f801858fc7c94e5c Mon Sep 17 00:00:00 2001 From: Vova Yatsyuk Date: Wed, 29 Mar 2017 14:42:15 +0300 Subject: [PATCH] Added missing translations --- .../TM/Core/Block/Adminhtml/Module/Grid/Filter/Version.php | 2 +- app/locale/en_US/TM_Core.csv | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app/code/community/TM/Core/Block/Adminhtml/Module/Grid/Filter/Version.php b/app/code/community/TM/Core/Block/Adminhtml/Module/Grid/Filter/Version.php index 2093520..ba788c2 100644 --- a/app/code/community/TM/Core/Block/Adminhtml/Module/Grid/Filter/Version.php +++ b/app/code/community/TM/Core/Block/Adminhtml/Module/Grid/Filter/Version.php @@ -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) ); } diff --git a/app/locale/en_US/TM_Core.csv b/app/locale/en_US/TM_Core.csv index 8f38e21..75ad568 100644 --- a/app/locale/en_US/TM_Core.csv +++ b/app/locale/en_US/TM_Core.csv @@ -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"