diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2016-04-20 16:32:47 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2016-04-20 16:32:47 +0200 |
commit | 2c9743405cfe53eb24f49216cc6209145ecf1d37 (patch) | |
tree | 1524cba3707b6ce788bce4764e0fcfcc075b7b5e /sonar-core | |
parent | b497793da61aae73b86a76b31cfd14ca14d998d2 (diff) | |
download | sonarqube-2c9743405cfe53eb24f49216cc6209145ecf1d37.tar.gz sonarqube-2c9743405cfe53eb24f49216cc6209145ecf1d37.zip |
SONAR-7374 Improve the UI when component viewer is loading source code
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 2 |
1 files changed, 2 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 cd2ad947976..1ccda3b5ea0 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,8 @@ 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.loading_more_code=Loading More Code... + #------------------------------------------------------------------------------ |