Commit d1d52dd3cec244ce9b13bd2dcb4fb8f8c781013a

Authored by AntonioTerceiro
1 parent aefd2dc4

ActionItem135: removing pt_BR string from code



git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1172 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/helpers/categories_helper.rb
@@ -11,7 +11,7 @@ module CategoriesHelper @@ -11,7 +11,7 @@ module CategoriesHelper
11 ] 11 ]
12 12
13 TYPES = [ 13 TYPES = [
14 - [ _('Categoria Geral'), Category.to_s ], 14 + [ _('General Category'), Category.to_s ],
15 [ _('Product Category'), ProductCategory.to_s ], 15 [ _('Product Category'), ProductCategory.to_s ],
16 [ _('Region'), Region.to_s ], 16 [ _('Region'), Region.to_s ],
17 ] 17 ]