diff options
author | Pascal Mugnier <pascal.mugnier@sonarsource.com> | 2018-05-01 15:26:39 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-05-03 20:20:49 +0200 |
commit | c9f8e544ded8b8add74dc0d83dee9d9ae6be4da3 (patch) | |
tree | a4d0d1259b939a73847640ff57e73b6b26f05ef9 /sonar-core | |
parent | 142818d2966f03f35a306b7ed4b9d990457cd7c9 (diff) | |
download | sonarqube-c9f8e544ded8b8add74dc0d83dee9d9ae6be4da3.tar.gz sonarqube-c9f8e544ded8b8add74dc0d83dee9d9ae6be4da3.zip |
Fix SONAR-10553
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 0a5d7f44121..622cfbdde75 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -983,6 +983,8 @@ project_activity.reset_dates=Reset dates project_activity.delete_analysis=Delete Analysis project_activity.delete_analysis.question=Are you sure you want to delete this analysis from the history? project_activity.filter_events=Filter events +project_activity.events.tooltip.edit=Edit this event +project_activity.events.tooltip.delete=Delete this event project_activity.graphs.issues=Issues project_activity.graphs.coverage=Coverage |