diff options
author | Fabrice Bellingard <bellingard@gmail.com> | 2012-07-04 15:57:22 +0200 |
---|---|---|
committer | Fabrice Bellingard <bellingard@gmail.com> | 2012-07-04 16:03:00 +0200 |
commit | d0a93912bd4095543e46ed698750934e63e6b67b (patch) | |
tree | 12b0ec2a3ccd9c02a72a5da56a22d6e0eac91243 /plugins/sonar-l10n-en-plugin/src | |
parent | 68e2d32eab695583d34826b3ba11e294acdbc938 (diff) | |
download | sonarqube-d0a93912bd4095543e46ed698750934e63e6b67b.tar.gz sonarqube-d0a93912bd4095543e46ed698750934e63e6b67b.zip |
SONAR-1608 Improve error messages
Diffstat (limited to 'plugins/sonar-l10n-en-plugin/src')
-rw-r--r-- | plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties | 2 |
1 files changed, 2 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 e06725d0d83..fdec6a9f57f 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 @@ -981,6 +981,8 @@ update_key.cant_update_because_duplicate_keys=The replacement of "{0}" by "{1}" update_key.keys_will_be_updated_as_follows=The resources will be updated as follows (updated keys in bold): update_key.duplicate_key=Duplicate key update_key.bulk_update_confirmation_page=Do you really want to perform the bulk update on project keys? +update_key.bulk_update_impossible=Bulk update can not be performed +update_key.no_key_to_update=No key contains the string to replace ("{0}"). #------------------------------------------------------------------------------ |