diff options
author | Fabrice Bellingard <fabrice.bellingard@sonarsource.com> | 2013-01-11 14:35:20 +0100 |
---|---|---|
committer | Fabrice Bellingard <fabrice.bellingard@sonarsource.com> | 2013-01-11 14:38:37 +0100 |
commit | afd06085aa9dd960700aa276f1f1b5d118a6180e (patch) | |
tree | 9bb88f0bfbc069f077fd332a95e033694f1b1168 /plugins | |
parent | 2d6e3d2eac236f76b100572134a5cb53cc4cc4d3 (diff) | |
download | sonarqube-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.properties | 1 |
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 #------------------------------------------------------------------------------ |