diff options
author | Fabrice Bellingard <bellingard@gmail.com> | 2011-12-19 17:00:42 +0100 |
---|---|---|
committer | Fabrice Bellingard <bellingard@gmail.com> | 2011-12-19 17:55:25 +0100 |
commit | f63223a280328fab1147c4c048966e5e1792dd74 (patch) | |
tree | b1fe1457a114fb134d20d1f70136165344c82f9e /plugins/sonar-l10n-en-plugin/src | |
parent | 156eaff96010dfffa751cd436a387527e65e5003 (diff) | |
download | sonarqube-f63223a280328fab1147c4c048966e5e1792dd74.tar.gz sonarqube-f63223a280328fab1147c4c048966e5e1792dd74.zip |
SONAR-2662 Various improvements on action plans
- Should not be possible to link a review to a closed action plan
- Display a message when about to close an action plan that has open
reviews
- Display the date in red if the dead-line is in the past
Diffstat (limited to 'plugins/sonar-l10n-en-plugin/src')
-rw-r--r-- | plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties b/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties index ee60aff5462..a4c273918e9 100644 --- a/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties +++ b/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties @@ -426,6 +426,7 @@ action_plans.col.operations=Operations action_plans.no_action_plan=No action plan action_plans.no_reviews_linked_to_action_plan=No reviews linked to this action plan yet. action_plans.confirm_delete=Delete this action plan? Associated reviews will not be deleted. +action_plans.confirm_close=Close this action plan? There are still open reviews linked to it. action_plans.create_new_action_plan=Create a new action plan action_plans.date_format_help=The date should be entered using the following pattern: 'day/month/year'. For instance, '31/12/2011'. action_plans.date_not_valid=Date not valid |