diff options
author | Siegfried Ehret <siegfried.ehret@sonarsource.com> | 2019-07-25 11:47:28 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2019-08-05 20:21:12 +0200 |
commit | 1b2ae497dcc8e926906ec09bcecee9088fe44119 (patch) | |
tree | bde7eb2c052d6727cbe9dbb5c0b5413987caef0f /sonar-core | |
parent | 09534faa716dc27bdcc9597cbe27cbae672267f5 (diff) | |
download | sonarqube-1b2ae497dcc8e926906ec09bcecee9088fe44119.tar.gz sonarqube-1b2ae497dcc8e926906ec09bcecee9088fe44119.zip |
SONAR-12199 Add Copy button to file header and update ClipboardButton
usage
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 eb22b0b96af..b0dbd4c6f49 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -233,6 +233,7 @@ 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 created_by=Created by default_error_message=The request cannot be processed. Try again later. |