diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-12-03 14:19:11 +0100 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-12-03 17:30:23 +0100 |
commit | 28a5679ec450ccaaee8784354c57c40b79a08203 (patch) | |
tree | b676a324990c70b182ff65bf9db6a3ac6fee2122 /sonar-core | |
parent | ff867f10ae2bd4955055b781ec68039cf28b3b37 (diff) | |
download | sonarqube-28a5679ec450ccaaee8784354c57c40b79a08203.tar.gz sonarqube-28a5679ec450ccaaee8784354c57c40b79a08203.zip |
apply different ui feedback on the overview page
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 6 |
1 files changed, 3 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 9a906f10ff7..f1035cffbed 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -903,7 +903,7 @@ comparison.version.latest=LATEST #------------------------------------------------------------------------------ action_plans.add_action_plan=Add action plan -action_plans.add_new_action_plan=Add New Action Plan +action_plans.add_new_action_plan=Create action_plans.col.status=St. action_plans.col.name=Name action_plans.col.due_for=Due for @@ -1632,8 +1632,8 @@ project_history.col.version=Version project_history.col.alert=Quality Gate Status project_history.col.profile=Profile project_history.delete=Delete -project_history.last_snapshot=Last snapshot -project_history.delete_snapshot=Delete snapshot +project_history.last_snapshot=Last Analysis +project_history.delete_snapshot=Delete project_history.snapshot_deleted=The snapshot is deleted. project_history.are_you_sure_delete_snapshot_x=Are you sure you want to delete the snapshot created on "{0}"? project_history.rename_version=Rename |