From: ivan Date: Sat, 8 May 2010 02:38:54 +0000 (+0000) Subject: fix package Categorys spelling, RT#8314 X-Git-Tag: root_of_svc_elec_features~284 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=3e6d2cb1f1eafdf0cbefc2f930c33dafb4cf7642 fix package Categorys spelling, RT#8314 --- diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm index 9ac9f6741..9c8157af8 100644 --- a/FS/FS/Mason.pm +++ b/FS/FS/Mason.pm @@ -64,6 +64,7 @@ if ( -e $addl_handler_use_file ) { use DateTime::Format::Strptime; use FS::Misc::DateTime qw( parse_datetime ); use Lingua::EN::Inflect qw(PL); + Lingua::EN::Inflect::classical names=>0; #Categorys use Tie::IxHash; use URI; use URI::Escape; diff --git a/httemplate/edit/pkg_category.html b/httemplate/edit/pkg_category.html index 20e109383..3be74c7f5 100644 --- a/httemplate/edit/pkg_category.html +++ b/httemplate/edit/pkg_category.html @@ -1,5 +1,5 @@ <% include( 'elements/edit.html', - 'name' => 'Package Category', + 'name_singular' => 'Package Category', 'table' => 'pkg_category', 'fields' => [ 'categoryname',