diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2014-07-01 23:09:37 +0600 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2014-07-01 23:09:45 +0600 |
commit | 5569a26cdbb2e22e86f6ebf6256a74cd53c1db60 (patch) | |
tree | 7e9733adbe59124fe42413881a07bee947f9d782 /sonar-core | |
parent | 074f5c655822a466819c899ed9c90aef4ba1d2b4 (diff) | |
download | sonarqube-5569a26cdbb2e22e86f6ebf6256a74cd53c1db60.tar.gz sonarqube-5569a26cdbb2e22e86f6ebf6256a74cd53c1db60.zip |
SONAR-5209 Improve issue limit message & tooltips
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 2 |
1 files changed, 1 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 847745dfee0..8c2868f8c2b 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2671,7 +2671,7 @@ component_viewer.new_window=Open in New Window component_viewer.get_permalink=Get Permalink component_viewer.covered_lines=Covered Lines 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} Refine your filter to be able to see the details of this issue. +component_viewer.issues_limit_reached_tooltip={0}\n\nRefine your filter to be able to see the details of this issue. component_viewer.workspace=Workspace component_viewer.workspace.tooltip=Keeps track of history of navigation |