aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorStas Vilchik <stas.vilchik@sonarsource.com>2018-12-05 15:50:29 +0100
committerSonarTech <sonartech@sonarsource.com>2018-12-07 20:21:03 +0100
commita4b523d32b683234e05f4ab56baa187cf7ea6ac7 (patch)
tree3b7d15b9d8d2f074e816728a6da291e9de6623ce /sonar-core
parentb02c3aade4fff5176509f422a14d7167bb4ee01b (diff)
downloadsonarqube-a4b523d32b683234e05f4ab56baa187cf7ea6ac7.tar.gz
sonarqube-a4b523d32b683234e05f4ab56baa187cf7ea6ac7.zip
SONAR-10019 Display effective versions on Web API page
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties1
1 files changed, 1 insertions, 0 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 29353f113c4..3c43ef49de1 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -2524,6 +2524,7 @@ api_documentation.max_length=Maximum length
api_documentation.internal=internal
api_documentation.deprecated=deprecated
api_documentation.deprecated_since_x=deprecated since {0}
+api_documentation.will_be_removed_in_x=Will be removed in {0}
api_documentation.parameters=Parameters
api_documentation.response_example=Response Example
api_documentation.changelog=Changelog