diff options
author | Wouter Admiraal <wouter.admiraal@sonarsource.com> | 2022-08-09 14:29:52 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-08-11 20:03:48 +0000 |
commit | b135b4db8e55e045631792ac4323e32f2278a348 (patch) | |
tree | cb0d641e4a73172377313d27f1287e1f1984381f /sonar-core/src | |
parent | 8fb3f5912ee9b1e87431c54982e268eb5bbfc2ce (diff) | |
download | sonarqube-b135b4db8e55e045631792ac4323e32f2278a348.tar.gz sonarqube-b135b4db8e55e045631792ac4323e32f2278a348.zip |
SONAR-16782 [893373] Status message not automatically announced
Diffstat (limited to 'sonar-core/src')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 7 |
1 files changed, 4 insertions, 3 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 b5b4b70602c..8f82d26b541 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -253,8 +253,8 @@ bulleted_point=Bulleted point clear=Clear clear_all_filters=Clear All Filters coding_rules=Rules -copy_to_clipboard=Click to copy to Clipboard -copied_action=Copied to Clipboard +copy_to_clipboard=Click to copy to clipboard +copied_action=Copied to clipboard created_by=Created by default_error_message=The request cannot be processed. Try again later. default_severity=Default severity @@ -2813,7 +2813,7 @@ component_viewer.show_raw_source=Show Raw Source component_viewer.more_actions=More Actions component_viewer.new_window=Open in New Window component_viewer.open_in_workspace=Pin This File -component_viewer.copy_permalink=Copy Permalink +component_viewer.copy_permalink=Click to copy permalink to clipboard component_viewer.covered_lines=Covered Lines component_viewer.show_details=Show Measures component_viewer.file_measures=File measures @@ -2828,6 +2828,7 @@ source_viewer.conditions=conditions source_viewer.line_X=Line: {0} source_viewer.click_for_scm_info=Click to see SCM information source_viewer.author_X=Author: {0} +source_viewer.click_to_copy_filepath=Click to copy the filepath to clipboard source_viewer.tooltip.duplicated_line=This line is duplicated. Click to see duplicated blocks. source_viewer.tooltip.duplicated_block=Duplicated block. Click for details. |