diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2016-08-12 16:57:25 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2016-08-12 16:57:25 +0200 |
commit | ed92f9d0d05ea12d91176dcbe8c63a8f7eb685e6 (patch) | |
tree | 98e35b8a93a21d88edb1991c4024a9688e772607 /sonar-core | |
parent | d7db41d8edbc3548df569e9e3da45bf761267ec4 (diff) | |
download | sonarqube-ed92f9d0d05ea12d91176dcbe8c63a8f7eb685e6.tar.gz sonarqube-ed92f9d0d05ea12d91176dcbe8c63a8f7eb685e6.zip |
SONAR-7919 apply feedback
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 24c54a1633e..2fe6894a9fb 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1606,6 +1606,7 @@ update_key.fine_grained_key_update=Fine-grained Update update_key.old_key=Old Key update_key.new_key=New Key update_key.key_updated=The key has successfully been updated for all required resources. +update_key.key_updated.reload=The key has successfully been updated for all required resources. This page will be reloaded shortly. update_key.bulk_change_description=The bulk update allows to replace a part of the current key(s) by another string on the current project and all its submodules - if applicable. update_key.current_key_for_project_x_is_x=The key of the "{0}" project is currently "{1}". update_key.replace=Replace |