diff options
author | Evgeny Mandrikov <mandrikov@gmail.com> | 2011-07-28 05:59:18 +0400 |
---|---|---|
committer | Evgeny Mandrikov <mandrikov@gmail.com> | 2011-07-28 11:17:58 +0400 |
commit | e61bc749f1de417d48e78a2a7e80463aea414512 (patch) | |
tree | 19284f0692efd93d3cb637eea2d1848ff100a403 | |
parent | b56b994e0e67043be18cf5803474ed01ffed100f (diff) | |
download | sonarqube-e61bc749f1de417d48e78a2a7e80463aea414512.tar.gz sonarqube-e61bc749f1de417d48e78a2a7e80463aea414512.zip |
Fix english l10n
-rw-r--r-- | plugins/sonar-i18n-en-plugin/src/main/resources/org/sonar/i18n/core.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/sonar-i18n-en-plugin/src/main/resources/org/sonar/i18n/core.properties b/plugins/sonar-i18n-en-plugin/src/main/resources/org/sonar/i18n/core.properties index 7ea4f825064..af253c4ad35 100644 --- a/plugins/sonar-i18n-en-plugin/src/main/resources/org/sonar/i18n/core.properties +++ b/plugins/sonar-i18n-en-plugin/src/main/resources/org/sonar/i18n/core.properties @@ -358,7 +358,7 @@ reviews.only_false_positives=Only false positives reviews.without_false_positives=Without false positives reviews.showing_false_positives_only=Showing false positives only reviews.why_false_positive=Why is it a false-positive ? -reviews.why_not_false_positive=Why is it not a false-positive anymore ?" +reviews.why_not_false_positive=Why is it not a false-positive anymore ? #------------------------------------------------------------------------------ |