From b1387c20ba29e03a20c841bb4dd17bb46a056ae6 Mon Sep 17 00:00:00 2001 From: Julien Lancelot Date: Thu, 5 Mar 2015 10:36:58 +0100 Subject: [PATCH] SONAR-4624 Add "won't fix" in the Administer Issues permission --- sonar-core/src/main/resources/org/sonar/l10n/core.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 c42dbae08e4..64dfc204c92 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2750,7 +2750,7 @@ projects_role.groups=Groups projects_role.admin=Administer projects_role.admin.desc=Ability to access project settings and perform administration tasks. (Users will also need "Browse" permission) projects_role.issueadmin=Administer Issues -projects_role.issueadmin.desc=Grants the permission to perform advanced editing on issues: marking an issue False Positive or changing an Issue's severity. (Users will also need "Browse" permission) +projects_role.issueadmin.desc=Grants the permission to perform advanced editing on issues: marking an issue False Positive / Won't Fix or changing an Issue's severity. (Users will also need "Browse" permission) projects_role.user=Browse projects_role.user.desc=Ability to access a project, browse its measures, and create/edit issues for it. projects_role.codeviewer=See Source Code -- 2.39.5