diff options
author | Stas Vilchik <stas.vilchik@sonarsource.com> | 2017-11-20 13:31:22 +0100 |
---|---|---|
committer | Stas Vilchik <stas.vilchik@sonarsource.com> | 2017-11-20 14:20:16 +0100 |
commit | 73248d9d2a53f6c0ea3613fbd57b8c9482bb6072 (patch) | |
tree | f958cbccf6302f1f329ad649f9100791b06f8610 /sonar-core | |
parent | f8770a266372578f3fa59056c73c14f22305c5b5 (diff) | |
download | sonarqube-73248d9d2a53f6c0ea3613fbd57b8c9482bb6072.tar.gz sonarqube-73248d9d2a53f6c0ea3613fbd57b8c9482bb6072.zip |
update wording in marketplace
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 4 |
1 files changed, 2 insertions, 2 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 592488d84f8..7a0f19e1d94 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2119,11 +2119,11 @@ marketplace.commercial_edition=Commercial Edition marketplace.terms_and_conditions=Terms and Conditions marketplace.editions_unavailable=Explore our Commercial Editions on {url}: advanced feature packs brought to you by SonarSource marketplace.release_notes=Release Notes -marketplace.status.AUTOMATIC_IN_PROGRESS=Installing your new Commercial Edition... Please wait... +marketplace.status.AUTOMATIC_IN_PROGRESS=Installing your new Commercial Edition. Please wait... marketplace.status.AUTOMATIC_READY=Commercial Edition successfully installed. Please restart the server to activate your new edition. marketplace.status.UNINSTALL_IN_PROGRESS=Commercial Edition successfully downgraded. Please restart the server to remove the features. marketplace.status.MANUAL_IN_PROGRESS=Commercial Edition can't automatically be installed because of internet access issues. Please manually install the package. -marketplace.status_x.AUTOMATIC_IN_PROGRESS=Installing your new {0}... Please wait... +marketplace.status_x.AUTOMATIC_IN_PROGRESS=Installing your new {0}. Please wait... marketplace.status_x.AUTOMATIC_READY={0} successfully installed. Please restart the server to activate your new edition. marketplace.status_x.UNINSTALL_IN_PROGRESS=Successfully downgraded to {0}. Please restart the server to remove the features. marketplace.status_x.MANUAL_IN_PROGRESS={0} can't automatically be installed because of internet access issues. Please manually install the package. |