diff options
author | Fabrice Bellingard <bellingard@gmail.com> | 2011-09-01 15:52:34 +0200 |
---|---|---|
committer | Fabrice Bellingard <bellingard@gmail.com> | 2011-09-01 15:52:34 +0200 |
commit | f5d8b772ca1c4d656f81e0189c22582baa7b3f73 (patch) | |
tree | e519abb229f6e627aae3cbc8545528ae8e7e3cb6 /plugins | |
parent | 906a411f4daf12791ab7dc61f4a47d509316edfa (diff) | |
download | sonarqube-f5d8b772ca1c4d656f81e0189c22582baa7b3f73.tar.gz sonarqube-f5d8b772ca1c4d656f81e0189c22582baa7b3f73.zip |
SONAR-2616 Improve the user auto-suggest box
Initial bug : when assigning a review, if assignee does not exist
an error message should appear.
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties b/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties index fa208995a46..5cc94c9fa92 100644 --- a/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties +++ b/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties @@ -380,6 +380,7 @@ 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.user_does_not_exist=\ : user does not exist. \\nPlease select a valid user or leave the field blank. #------------------------------------------------------------------------------ |