diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2016-09-09 15:31:51 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2016-09-09 15:31:51 +0200 |
commit | ebc1a2d2a0b0c6792fcde8b78fabb1f5e14c05d4 (patch) | |
tree | 854c6dd85fbb403c586c37960325ca7ce178d649 /sonar-core | |
parent | 5eb6d7a579e9fb8839e7c028ea6563e5110654ad (diff) | |
download | sonarqube-ebc1a2d2a0b0c6792fcde8b78fabb1f5e14c05d4.tar.gz sonarqube-ebc1a2d2a0b0c6792fcde8b78fabb1f5e14c05d4.zip |
SONAR-7980 apply feedback
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 4 |
1 files changed, 3 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 d41ef6ed74f..275b964654a 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2077,10 +2077,12 @@ licenses.list.organization=Organization licenses.list.expiration=Expiration licenses.list.type=Type licenses.list.server=Server -licenses.change_license_for_x=Change License for {0} +licenses.update_license_for_x=Update License for {0} licenses.license_input_label=Insert the license text below: licenses.license_input_note=Keep empty if you want to unset this license. licenses.success_message=New license has been set. +licenses.error_message=The license you have just set is invalid. +licenses.there_are_invalid=There are licenses that are not valid. Please check details below. #------------------------------------------------------------------------------ |