From d1d52dd3cec244ce9b13bd2dcb4fb8f8c781013a Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Thu, 3 Jan 2008 01:25:41 +0000 Subject: [PATCH] ActionItem135: removing pt_BR string from code --- app/helpers/categories_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/helpers/categories_helper.rb b/app/helpers/categories_helper.rb index 5f2bc8e..78ad950 100644 --- a/app/helpers/categories_helper.rb +++ b/app/helpers/categories_helper.rb @@ -11,7 +11,7 @@ module CategoriesHelper ] TYPES = [ - [ _('Categoria Geral'), Category.to_s ], + [ _('General Category'), Category.to_s ], [ _('Product Category'), ProductCategory.to_s ], [ _('Region'), Region.to_s ], ] -- libgit2 0.21.2