diff options
author | Fabrice Bellingard <bellingard@gmail.com> | 2012-07-04 12:12:29 +0200 |
---|---|---|
committer | Fabrice Bellingard <bellingard@gmail.com> | 2012-07-04 16:03:00 +0200 |
commit | df87d3af318a83f788e329b32a040f8b5d34f4a9 (patch) | |
tree | 256770c00ea082c65828145a40af5af6bda5bb30 /plugins/sonar-l10n-en-plugin | |
parent | 4974cad5a70e5cca6a8d136720feb9f89f8dc2ad (diff) | |
download | sonarqube-df87d3af318a83f788e329b32a040f8b5d34f4a9.tar.gz sonarqube-df87d3af318a83f788e329b32a040f8b5d34f4a9.zip |
SONAR-1608 Improve input fields (size and example)
Diffstat (limited to 'plugins/sonar-l10n-en-plugin')
-rw-r--r-- | plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties | 4 |
1 files changed, 4 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 e869ba2ecb7..089ea73a2ac 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 @@ -974,6 +974,10 @@ update_key.bulk_change_description=The bulk update allows to replace the beginni update_key.current_key_for_project_x_is_x=The key of the "{0}" project is currently "<b>{1}</b>". update_key.are_you_sure_to_rename_x=Are you sure you want to rename "{0}", as well as all its modules and resources ? update_key.are_you_sure_to_bulk_rename_x_into_x=Are you sure you want to rename "<b>{0}</b>{1}" into "<b>{2}</b>{1}", as well as all its modules and resources ? +update_key.replace=Replace +update_key.by=By +update_key.replace_example=Ex.: "org.myCompany" +update_key.by_example=Ex.: "com.myNewCompany" #------------------------------------------------------------------------------ |