diff options
author | Stas Vilchik <stas.vilchik@sonarsource.com> | 2017-10-11 10:30:14 +0200 |
---|---|---|
committer | Stas Vilchik <stas.vilchik@sonarsource.com> | 2017-10-12 10:23:25 +0200 |
commit | bbdd6c885b648a7c09d25efb68eac7ca301dc3e7 (patch) | |
tree | e667c6e5713d68813cc164252674a0174e9a06f9 /sonar-core | |
parent | e146d1732e5b3671aa56e9fc32e9149345aea403 (diff) | |
download | sonarqube-bbdd6c885b648a7c09d25efb68eac7ca301dc3e7.tar.gz sonarqube-bbdd6c885b648a7c09d25efb68eac7ca301dc3e7.zip |
SONAR-9815 Add focus to the close button of the project creation confirmation dialog
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 8f93ac535a5..bfb596a76c9 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1002,6 +1002,7 @@ project_deletion.delete_resource_confirmation=Are you sure you want to delete "{ projects_management.delete_resource_confirmation=Are you sure you want to delete "{0}"? projects_management.delete_selected_warning=You're about to delete {0} selected items. projects_management.delete_all_warning=You're about to delete all {0} items. +projects_management.project_has_been_successfully_created=Project {project} has been successfully created. #------------------------------------------------------------------------------ |