aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src
diff options
context:
space:
mode:
authorTeryk Bellahsene <teryk.bellahsene@sonarsource.com>2016-10-04 16:45:59 +0200
committerTeryk Bellahsene <teryk.bellahsene@sonarsource.com>2016-10-05 09:23:19 +0200
commitdc148a71a1c184ccad588b66251980c994879dff (patch)
tree97c8bdca575e3ec7e3238bf2885f12b9b45f63ab /sonar-core/src
parent4a51df1c2da4f88bc0c3abecb38a2b79e707078c (diff)
downloadsonarqube-dc148a71a1c184ccad588b66251980c994879dff.tar.gz
sonarqube-dc148a71a1c184ccad588b66251980c994879dff.zip
SONAR-7970 WS settings/set forbid empty values with a clean message
Diffstat (limited to 'sonar-core/src')
-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 8c0c489c251..2f86ef35f56 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -1928,7 +1928,7 @@ settings.not_set=(not set)
settings.state.saving=Saving...
settings.state.saved=Saved!
settings.state.validation_failed=Validation failed. {0}
-settings.state.value_cant_be_empty=Value can't be empty. Use "Reset" to set value to the default one.
+settings.state.value_cant_be_empty=Provide a value or use "Reset" to set the value to the default one.
settings._default=(default)
settings.boolean.true=True
settings.boolean.false=False