diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-12-08 10:32:36 +0100 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-12-08 10:43:50 +0100 |
commit | 3dab48e06cdd244493095ca16761ad4f38273df2 (patch) | |
tree | b5e52c432762b60d7fbcab8374d2ea183828bd54 /sonar-core/src | |
parent | d18c47cc3e083f5d55a98cc214497bb9fce7fd41 (diff) | |
download | sonarqube-3dab48e06cdd244493095ca16761ad4f38273df2.tar.gz sonarqube-3dab48e06cdd244493095ca16761ad4f38273df2.zip |
fix a i18n message for the "leak period"
Diffstat (limited to 'sonar-core/src')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 2 |
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 e450069ce6f..e8055cba576 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -3107,7 +3107,7 @@ system.log_level.warning=Current level has performance impacts, please make sure #------------------------------------------------------------------------------ overview.quality_gate=Quality Gate overview.quality_profiles=Quality Profiles -overview.leak_period_x=Leak Period {0} +overview.leak_period_x=Leak Period: {0} overview.started_x=started {0} overview.project_in_a_nutshell=Project In a Nutshell overview.unmanaged_issues=Unmanaged Issues |