From: Jan Schneider Date: Mon, 14 Sep 2009 17:14:54 +0000 (+0200) Subject: Plural. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=e1aaa3b3aa3d5608b8b3a212e68e036071213374;p=horde.git Plural. --- diff --git a/framework/Release/lib/Horde/Release.php b/framework/Release/lib/Horde/Release.php index 6147989a7..53ff344b9 100644 --- a/framework/Release/lib/Horde/Release.php +++ b/framework/Release/lib/Horde/Release.php @@ -31,8 +31,8 @@ class Horde_Release /* Constants for the release foucs - these are used as tags when sending * FM the new release announcement.*/ const FOCUS_INITIAL = 'Initial announcement'; - const FOCUS_MINORFEATURE = 'Minor feature enhancement'; - const FOCUS_MAJORFEATURE = 'Major feature enhancement'; + const FOCUS_MINORFEATURE = 'Minor feature enhancements'; + const FOCUS_MAJORFEATURE = 'Major feature enhancements'; const FOCUS_MINORBUG = 'Minor bugfixes'; const FOCUS_MAJORBUG = 'Major bugfixes'; const FOCUS_MINORSECURITY = 'Minor security fixes';