diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2016-04-22 11:15:35 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2016-04-22 11:15:35 +0200 |
commit | d8e27d0f4c166e5baea63c06d4bd2e19f5ceca70 (patch) | |
tree | 6559ac4e4a5567f1483df2fe0dce6de49595dd88 /sonar-core | |
parent | d4306901e4a6bec9d956f643f27b43cfdd6a3498 (diff) | |
download | sonarqube-d8e27d0f4c166e5baea63c06d4bd2e19f5ceca70.tar.gz sonarqube-d8e27d0f4c166e5baea63c06d4bd2e19f5ceca70.zip |
SONAR-7373 drop loading of code by scrolling
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 1 |
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 1ccda3b5ea0..93024997017 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2985,6 +2985,7 @@ source_viewer.tooltip.it.partially-covered=Partially covered by integration test source_viewer.tooltip.it.uncovered=Not covered by integration tests. source_viewer.tooltip.new_code=New {0}. +source_viewer.load_more_code=Load More Code source_viewer.loading_more_code=Loading More Code... |