? promote-wording.patch
Index: CHANGELOG.txt
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/project/CHANGELOG.txt,v
retrieving revision 1.8
diff -u -p -r1.8 CHANGELOG.txt
--- CHANGELOG.txt	18 Dec 2006 09:02:39 -0000	1.8
+++ CHANGELOG.txt	7 Feb 2011 02:55:14 -0000
@@ -271,7 +271,7 @@ project.module
 - fixed a crash bug and did some parsing changes
 
 $Id: CHANGELOG.txt,v 1.8 2006/12/18 09:02:39 dww Exp $
-$Name:  $
+$Name: HEAD $
 
 16. December 2001
 -----------------
Index: INSTALL.txt
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/project/INSTALL.txt,v
retrieving revision 1.9
diff -u -p -r1.9 INSTALL.txt
--- INSTALL.txt	18 Dec 2006 09:02:39 -0000	1.9
+++ INSTALL.txt	7 Feb 2011 02:55:14 -0000
@@ -33,4 +33,4 @@ Upgrading
    module.  See modules/project_issue/INSTALL.txt for more information.
 
 $Id: INSTALL.txt,v 1.9 2006/12/18 09:02:39 dww Exp $
-$Name:  $
+$Name: HEAD $
Index: release/README.txt
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/project/release/README.txt,v
retrieving revision 1.4
diff -u -p -r1.4 README.txt
--- release/README.txt	22 Aug 2007 16:30:52 -0000	1.4
+++ release/README.txt	7 Feb 2011 02:55:15 -0000
@@ -36,4 +36,4 @@ http://drupal.org/node/75053
 http://drupal.org/node/86694
 
 $Id: README.txt,v 1.4 2007/08/22 16:30:52 thehunmonkgroup Exp $
-$Name:  $
+$Name: HEAD $
Index: release/project_release.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/project/release/project_release.module,v
retrieving revision 1.161
diff -u -p -r1.161 project_release.module
--- release/project_release.module	30 Jan 2011 18:57:22 -0000	1.161
+++ release/project_release.module	7 Feb 2011 02:55:17 -0000
@@ -934,7 +934,7 @@ function project_release_alter_project_p
       '#return_value' => 1,
       '#weight' => 10,
       '#default_value' => $node->project_release['releases'],
-      '#description' => t('Allow releases of this project with specific versions.'),
+      '#description' => t('Allow releases of this project with specific versions. This can be changed at any time.'),
     );
     $form['#submit'][] = 'project_release_project_promote_form_submit';
   }
