From 7c53e12d61664ab8392aae9273c9ad909ad46734 Mon Sep 17 00:00:00 2001 From: MoisesMachado Date: Thu, 11 Sep 2008 22:09:00 +0000 Subject: [PATCH] ActionItem683: fixed --- app/models/create_enterprise.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/models/create_enterprise.rb b/app/models/create_enterprise.rb index 5b525c2..4d21cd0 100644 --- a/app/models/create_enterprise.rb +++ b/app/models/create_enterprise.rb @@ -152,8 +152,8 @@ class CreateEnterprise < Task msg << (_("Name: %s") % self.name) << "\n" msg << (_("Acronym: %s") % self.acronym) << "\n" msg << (_("Address: %s") % self.address) << "\n" - msg << (_("Legal form: %s") % self.foundation_year) << "\n" - msg << (_("Foundation Year: %d") % self.foundation_year) << "\n" + msg << (_("Legal form: %s") % self.legal_form) << "\n" + msg << (_("Foundation Year: %d") % self.foundation_year) << "\n" unless self.foundation_year.empty? msg << (_("Economic activity: %s") % self.economic_activity) << "\n" msg << _("Information about enterprise's management:\n") << self.management_information.to_s << "\n" -- libgit2 0.21.2