diff options
author | ssjenka <ssjenka@ops-slave-fedora25-1.internal.sonarsource.com> | 2017-11-03 08:02:27 +0100 |
---|---|---|
committer | ssjenka <ssjenka@ops-slave-fedora25-1.internal.sonarsource.com> | 2017-11-03 08:02:27 +0100 |
commit | 9ff24bd9efeb8831b863a98e44e08d21ca6efc35 (patch) | |
tree | 90704286049b34cbc6d31416fd6b5a66214b5a0f /sonar-core | |
parent | 8547398bd05a6d42ab22e71e0650384df8e98439 (diff) | |
parent | 76b61972e9a2438a01d39f89db8aac878a2c8074 (diff) | |
download | sonarqube-9ff24bd9efeb8831b863a98e44e08d21ca6efc35.tar.gz sonarqube-9ff24bd9efeb8831b863a98e44e08d21ca6efc35.zip |
Automatic merge from branch-6.7
* origin/branch-6.7:
fix unstable ClusterHealthTest#equals_is_based_on_content
add missing localization for projects sort
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 3 |
1 files changed, 3 insertions, 0 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 becdeecb63d..6829011ac94 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -725,7 +725,10 @@ projects.facets.languages=Languages projects.facets.new_lines=New Lines projects.facets.tags=Tags projects.sort.disabled=Disabled because sorting cannot affect the displayed result with the current project selection. +projects.sort.analysis_date=by last analysis date (oldest first) +projects.sort.-analysis_date=by last analysis date (latest first) projects.sort.name=by name +projects.sort.-name=by name projects.sort.reliability=by reliability (best first) projects.sort.-reliability=by reliability (worst first) projects.sort.security=by security (best first) |