diff options
author | Fabrice Bellingard <bellingard@gmail.com> | 2011-09-01 16:02:31 +0200 |
---|---|---|
committer | Fabrice Bellingard <bellingard@gmail.com> | 2011-09-01 16:02:31 +0200 |
commit | da984a8349a5d847b9dace6a6d5c8b4f1b3f7dc1 (patch) | |
tree | abf9993e2bfb93629af3e168ec0743fb4ef90783 /plugins/sonar-l10n-en-plugin | |
parent | f5d8b772ca1c4d656f81e0189c22582baa7b3f73 (diff) | |
download | sonarqube-da984a8349a5d847b9dace6a6d5c8b4f1b3f7dc1.tar.gz sonarqube-da984a8349a5d847b9dace6a6d5c8b4f1b3f7dc1.zip |
SONAR-893 Improve style and text
Diffstat (limited to 'plugins/sonar-l10n-en-plugin')
-rw-r--r-- | plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties b/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties index 5cc94c9fa92..6f5b7f63e5a 100644 --- a/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties +++ b/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties @@ -602,7 +602,7 @@ manual_measures.pending_message=Pending measures are marked with orange box. The project_history.page_title=Delete quality snapshots from project history project_history.note=Note on snapshot deletion -project_history.note_detail=A snapshot may be deleted from the database only if it was created more that 6 hours ago. +project_history.note_detail=After deleting a snapshot, it is still possible to recover it as long as a new project analysis is not running or as long as the deleted snapshot has not been created more than 6 hours ago. project_history.col.year=Year project_history.col.month=Month project_history.col.time=Time |