]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-4978 Rename the label "Unassigned" to "Not assigned"
authorSimon Brandhof <simon.brandhof@gmail.com>
Tue, 17 Dec 2013 20:34:54 +0000 (21:34 +0100)
committerSimon Brandhof <simon.brandhof@gmail.com>
Tue, 17 Dec 2013 20:34:54 +0000 (21:34 +0100)
plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties
sonar-plugin-api/src/main/java/org/sonar/api/issue/RubyIssueService.java

index a51ab5af2ae7691f7ae12811ff7c960329e7546f..9db2dcd63acfb1cd64f43ac6019462027a64fe54 100644 (file)
@@ -89,7 +89,7 @@ more_actions=More actions
 name=Name
 name_too_long_x=Name is too long (maximum is {0} characters)
 none=None
-unassigned=Unassigned
+unassigned=Not assigned
 off=Off
 on=On
 open=Open
@@ -1307,7 +1307,7 @@ resource_viewer.resource_deleted=This resource has been deleted.
 #------------------------------------------------------------------------------
 
 issues_viewer.issue_filter.false_positives=False positives
-issues_viewer.issue_filter.unassigned=Unassigned
+issues_viewer.issue_filter.unassigned=Not assigned
 issues_viewer.issue_filter.unplanned=Unplanned
 
 
index 26bea532febc91067677c907746c174ce321b144..0c8f915d6e457e94820fc4dce17e7aff8aee4b2b 100644 (file)
@@ -62,7 +62,7 @@ public interface RubyIssueService extends ServerComponent {
    *   <li>'planned': true to get only issues associated to an action plan, false to get only non associated issues. By default no filtering is done.</li>
    *   <li>'reporters': list of reporter logins. Note that reporters are defined only on "manual" issues.</li>
    *   <li>'assignees': list of assignee logins.</li>
-   *   <li>'assigned': true to get only assigned issues, false to get only unassigned issues. By default no filtering is done.</li>
+   *   <li>'assigned': true to get only assigned issues, false to get only not assigned issues. By default no filtering is done.</li>
    *   <li>'createdAfter': match all the issues created after the given date (strictly).
    *   Both date and datetime ISO formats are supported: 2013-05-18 or 2010-05-18T15:50:45+0100</li>
    *   <li>'createdAt': match all the issues created at the given date (require second precision).