diff options
author | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2014-07-25 17:44:28 +0200 |
---|---|---|
committer | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2014-07-25 17:44:28 +0200 |
commit | b7a997628a5f99d5a38fbd01b5548cc5f9989379 (patch) | |
tree | 52a541cd743a6a960e92d4a4639d6412a085e90d /sonar-core | |
parent | 6d2e194334d91791dc2325ce88514bac535600cc (diff) | |
download | sonarqube-b7a997628a5f99d5a38fbd01b5548cc5f9989379.tar.gz sonarqube-b7a997628a5f99d5a38fbd01b5548cc5f9989379.zip |
SONAR-4557 Update server ID help message, add INFO log after generation
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 2 |
1 files changed, 1 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 8188fb9766a..edf4a7fe3fe 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1842,7 +1842,7 @@ property.category.licenses.server_id=Server ID server_id_configuration.generate_button=Generate ID server_id_configuration.generating_button=Generating ID... server_id_configuration.bad_key=The ID is not valid anymore. Please check the organisation and the IP address. -server_id_configuration.information=The Server ID is a unique identifier of this SonarQube instance. It is used for example to obtain a license key for the SonarSource's commercial plugins. Two fields have to be provided to generate the ID : organisation name and one of the IP addresses of the machine that hosts this server. +server_id_configuration.information=The Server ID is a unique identifier of this SonarQube instance. It is used for example to obtain a license key for the SonarSource's commercial plugins. Two fields have to be provided to generate the ID : organisation name and one of the IP addresses of the machine that hosts this server. There is no need to restart the server after generating a new server ID. server_id_configuration.organisation.title=Organisation server_id_configuration.organisation.desc=Name of the organisation server_id_configuration.organisation.pattern=Only letters, digits and whitespaces are allowed. |