aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorGrégoire Aubert <gregoire.aubert@sonarsource.com>2017-05-30 16:33:46 +0200
committerGrégoire Aubert <gregoire.aubert@sonarsource.com>2017-06-09 08:26:48 +0200
commit054a6910c49b67d45f1152e8689dd507d5a5d1be (patch)
tree86c166c80c884ee2b3b93f1c1a13e65a0700fd83 /sonar-core
parent359a19c0ba3934c912c1429900a39585e3503882 (diff)
downloadsonarqube-054a6910c49b67d45f1152e8689dd507d5a5d1be.tar.gz
sonarqube-054a6910c49b67d45f1152e8689dd507d5a5d1be.zip
SONAR-9254 Disable sorting in visualization mode when all projects are visible
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties1
1 files changed, 1 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 2a0e497caa8..7d1f3bb714c 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -910,6 +910,7 @@ projects.facets.quality_gate=Quality Gate
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.name=by name
projects.sort.reliability=by reliability (best first)
projects.sort.-reliability=by reliability (worst first)