diff options
author | Julien Lancelot <julien.lancelot@gmail.com> | 2013-08-21 14:19:40 +0200 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@gmail.com> | 2013-08-21 14:19:40 +0200 |
commit | 4b25524c12d74e62d3ad0e02cc6a39a628035491 (patch) | |
tree | acc226d886eb3b5f251131732c68688749ae353b /plugins | |
parent | 64d6fb22f003fecc6d08111a8c54ca2cb5afcd15 (diff) | |
download | sonarqube-4b25524c12d74e62d3ad0e02cc6a39a628035491.tar.gz sonarqube-4b25524c12d74e62d3ad0e02cc6a39a628035491.zip |
SONAR-2986 Revert preventing tracking profile's change on version 1 and display changelog from version 2 in the console
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties | 2 |
1 files changed, 1 insertions, 1 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 abe9f1aae1e..cd4a4ca5da5 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 @@ -1419,8 +1419,8 @@ quality_profiles.first_use_without_change=No changes have occurred since first u quality_profiles.changelog_from=Changelog from quality_profiles.no_version=no version quality_profiles.last_version_x_with_date=last version {0} ({1}) -quality_profiles.version_1=version 1 quality_profiles.version_x_with_date=version {0} ({1}) +quality_profiles.version_x=version {0} quality_profiles.profile_version=Profile version quality_profiles.severity_changed_from_x_to=Severity changed from {0}<b>{1}</b> to quality_profiles.severity_was_x=Severity was {0}<b>{1}</b> |