aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@gmail.com>2013-05-31 10:35:55 +0200
committerJulien Lancelot <julien.lancelot@gmail.com>2013-05-31 10:36:06 +0200
commit5d490dfffa66bfc7802c97ca0498331a04fc4094 (patch)
treeaf6f6dfe114553b4225deed84dfe3d7a6671a3ab /plugins
parent942d823359234eb9cdd9e42c33235d2a5e96375b (diff)
downloadsonarqube-5d490dfffa66bfc7802c97ca0498331a04fc4094.tar.gz
sonarqube-5d490dfffa66bfc7802c97ca0498331a04fc4094.zip
SONAR-4282 Change action plan deadline format to YYYY-MM-DD, change link from action plan widget, removed option "unplanned" in code viewer
Diffstat (limited to 'plugins')
-rw-r--r--plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties6
-rw-r--r--plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/issues/action_plans.html.erb2
2 files changed, 4 insertions, 4 deletions
diff --git a/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties b/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties
index 72291d3a6be..f47c1ba034b 100644
--- a/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties
+++ b/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties
@@ -541,8 +541,8 @@ issue.transition.resolve=Resolve
issue.transition.falsepositive=False-Positive
issue.transition.reopen=Reopen
issue.transition.close=Close
-issue.set_severity=Set Severity
-issue.set_severity.submit=Set Severity
+issue.set_severity=Change Severity
+issue.set_severity.submit=Change Severity
issue.do_plan=Plan
issue.plan.submit=Plan
issue.unplanned=Unplanned
@@ -638,7 +638,7 @@ action_plans.confirm_close=Close this action plan? There are still open issues l
action_plans.create_form_title=Create Action Plan
action_plans.edit_action_plan=Edit Action Plan
action_plans.same_name_in_same_project=An action plan with this name already exists in this project.
-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_format_help=The date should be entered using the following pattern: 'year-month-day'. For instance, '2014-12-31'.
action_plans.date_not_valid=Date not valid
action_plans.date_cant_be_in_past=The dead-line can't be in the past
action_plans.closed_action_plan=Closed Action Plans
diff --git a/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/issues/action_plans.html.erb b/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/issues/action_plans.html.erb
index 5054635cd9a..049808fddfc 100644
--- a/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/issues/action_plans.html.erb
+++ b/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/issues/action_plans.html.erb
@@ -9,7 +9,7 @@
<div class="line-block">
<% if has_role?(:admin, @project) %>
<div style="float:right">
- <a href="<%= url_for :controller => 'issues_action_plans', :action => 'index', :id => @project.id -%>">
+ <a href="<%= url_for :controller => 'action_plans', :action => 'index', :id => @project.id -%>">
<%= message('widgets.more') -%>
</a>
</div>