projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01dbdf6
)
fix package Categorys spelling, RT#8314
author
ivan
<ivan>
Sat, 8 May 2010 02:38:54 +0000
(
02:38
+0000)
committer
ivan
<ivan>
Sat, 8 May 2010 02:38:54 +0000
(
02:38
+0000)
FS/FS/Mason.pm
patch
|
blob
|
history
httemplate/edit/pkg_category.html
patch
|
blob
|
history
diff --git
a/FS/FS/Mason.pm
b/FS/FS/Mason.pm
index
9ac9f67
..
9c8157a
100644
(file)
--- 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
20e1093
..
3be74c7
100644
(file)
--- 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',