aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2014-12-23 14:35:01 +0100
committerStas Vilchik <vilchiks@gmail.com>2014-12-23 14:35:01 +0100
commita4433927ad687e7048d058b7d2577214eea523fc (patch)
tree7d7e95e090c098587d47d48da9f5b9a664c79c8e /sonar-core
parenta4c64ee69b330aca019eeea07f4cba2635382c49 (diff)
downloadsonarqube-a4433927ad687e7048d058b7d2577214eea523fc.tar.gz
sonarqube-a4433927ad687e7048d058b7d2577214eea523fc.zip
SONAR-5967 Remove the limitation of 3000 lines
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties1
1 files changed, 0 insertions, 1 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 0b6a9905610..ade5dec40c9 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -2755,7 +2755,6 @@ component_viewer.more_actions=More Actions
component_viewer.new_window=Open in New Window
component_viewer.get_permalink=Get Permalink
component_viewer.covered_lines=Covered Lines
-component_viewer.lines_limit_reached=For performance reasons, only the {0} first lines will be displayed.
component_viewer.issues_limit_reached=For usability reasons, only the {0} first issues will be fully displayed. Remaining issues will simply be underlined.
component_viewer.issues_limit_reached_tooltip={0}\n\nRefine your filter to be able to see the details of this issue.
component_viewer.cannot_show=We're sorry, but something went wrong. Please try back in a few minutes and contact support if the problem persists.