summaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>2014-07-25 17:44:28 +0200
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>2014-07-25 17:44:28 +0200
commitb7a997628a5f99d5a38fbd01b5548cc5f9989379 (patch)
tree52a541cd743a6a960e92d4a4639d6412a085e90d /sonar-core
parent6d2e194334d91791dc2325ce88514bac535600cc (diff)
downloadsonarqube-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.properties2
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.