Plural.
authorJan Schneider <jan@horde.org>
Mon, 14 Sep 2009 17:14:54 +0000 (19:14 +0200)
committerJan Schneider <jan@horde.org>
Tue, 15 Sep 2009 12:56:52 +0000 (14:56 +0200)
framework/Release/lib/Horde/Release.php

index 6147989..53ff344 100644 (file)
@@ -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';