summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorFabrice Bellingard <fabrice.bellingard@sonarsource.com>2013-01-11 14:35:20 +0100
committerFabrice Bellingard <fabrice.bellingard@sonarsource.com>2013-01-11 14:38:37 +0100
commitafd06085aa9dd960700aa276f1f1b5d118a6180e (patch)
tree9bb88f0bfbc069f077fd332a95e033694f1b1168 /plugins
parent2d6e3d2eac236f76b100572134a5cb53cc4cc4d3 (diff)
downloadsonarqube-afd06085aa9dd960700aa276f1f1b5d118a6180e.tar.gz
sonarqube-afd06085aa9dd960700aa276f1f1b5d118a6180e.zip
SONAR-4031 Compare service should suggest "LATEST" if required
=> This is useful for Views or Developers, as they don't have a version on their latest snapshot
Diffstat (limited to 'plugins')
-rw-r--r--plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties b/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties
index ee4df06325b..d9735330d4c 100644
--- a/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties
+++ b/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties
@@ -539,6 +539,7 @@ comparison.move_left=Move left
comparison.move_right=Move right
comparison.move_down=Move down
comparison.move_up=Move up
+comparison.version.latest=LATEST
#------------------------------------------------------------------------------