diff options
author | David Gageot <david@gageot.net> | 2012-10-05 17:25:46 +0200 |
---|---|---|
committer | David Gageot <david@gageot.net> | 2012-10-05 17:25:46 +0200 |
commit | 41385f9afe231f539ae90d1af63e9ad7e792eb99 (patch) | |
tree | 505187f9de4739843e7b8ba9f446b67283e43717 /plugins | |
parent | 3a09a52553ef62c734044f98aad384e3dabcc64d (diff) | |
download | sonarqube-41385f9afe231f539ae90d1af63e9ad7e792eb99.tar.gz sonarqube-41385f9afe231f539ae90d1af63e9ad7e792eb99.zip |
SONAR-3758 Typo
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 914e0a2a8e5..b1473380a6a 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 @@ -620,7 +620,7 @@ property.sonar.global.test.exclusions.help=<h2>Wildcards</h2>\ </tr>\ <tr class="even">\ <td>org/*Model*.java</td>\ - <td>matches all <code>.java</code> files with <code>Model</code> in filename and in the<code>org</code> directory</td>\ + <td>matches all <code>.java</code> files with <code>Model</code> in filename and in the <code>org</code> directory</td>\ <td>\ <ul>\ <li>org/Model.java</li>\ |