diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2014-07-10 14:13:46 +0600 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2014-07-10 16:23:00 +0600 |
commit | f692f89731e29cb1d01b1545e64fd12f381bdb13 (patch) | |
tree | 77ad6e3ba82118e297197ba03ca3f8bb16948f1a /sonar-core | |
parent | f1fa4be793dcadbd6628150d24e441c2095e0a54 (diff) | |
download | sonarqube-f692f89731e29cb1d01b1545e64fd12f381bdb13.tar.gz sonarqube-f692f89731e29cb1d01b1545e64fd12f381bdb13.zip |
Issue when trying to plan an issue and no action plan exists
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties index caee1680124..a7ee0612df5 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -634,8 +634,7 @@ issue.do_plan=Plan issue.plan.submit=Plan issue.unplanned=Unplanned issue.unplan.submit=Unplan -issue.plan.error.plan_must_be_created_first_for_admin=You must <a href="{0}">define</a> at least one action plan on this project. -issue.plan.error.plan_must_be_created_first_for_other=At least one action plan must be created on this project. Please contact your project administrator. +issue.plan.error.plan_must_be_created_first=At least one action plan must be created on this project. Please contact your project administrator if you don't have the permission to do it. issue.status.REOPENED=Reopened issue.status.RESOLVED=Resolved issue.status.OPEN=Open |