From 95f43f07bf17154fe784864893e4b9def5488d60 Mon Sep 17 00:00:00 2001 From: abijah Date: Wed, 29 Jul 2009 02:39:31 +0000 Subject: [PATCH] Fixed the pluralization of cash git-svn-id: file:///svn-source/pmgr/branches/yafr_20090716/site@408 97e9348a-65ac-dc4b-aefc-98561f571b83 --- config/inflections.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/inflections.php b/config/inflections.php index 429c085..c0a516e 100644 --- a/config/inflections.php +++ b/config/inflections.php @@ -38,7 +38,7 @@ * * $uninflectedPlural = array('.*[nrlm]ese', '.*deer', '.*fish', '.*measles', '.*ois', '.*pox'); */ - $uninflectedPlural = array(); + $uninflectedPlural = array('.*cash'); /** * This is a key => value array of plural irregular words. * If key matches then the value is returned.