diff options
author | Stas Vilchik <stas.vilchik@sonarsource.com> | 2017-10-19 15:25:03 +0200 |
---|---|---|
committer | Stas Vilchik <stas.vilchik@sonarsource.com> | 2017-10-20 14:52:01 +0200 |
commit | 94fc10c569dbd25394b4fef84c74cd1a35776817 (patch) | |
tree | f8873cc813ccddaf11d5a4704af37dddd61c49ad /sonar-core | |
parent | 7e8dcbf63a1c80dd7031d8b24793384d04361b0f (diff) | |
download | sonarqube-94fc10c569dbd25394b4fef84c74cd1a35776817.tar.gz sonarqube-94fc10c569dbd25394b4fef84c74cd1a35776817.zip |
GOV-290 Allow removing past analysis of Portfolios
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 6d02a1caaf8..b9cd14ffae5 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -936,7 +936,7 @@ project_activity.remove_custom_event=Delete Event project_activity.remove_custom_event.question=Are you sure you want to delete this event? 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 project history? +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.graphs.issues=Issues |