diff options
author | Fabrice Bellingard <fabrice.bellingard@sonarsource.com> | 2012-10-16 16:16:39 +0200 |
---|---|---|
committer | Fabrice Bellingard <fabrice.bellingard@sonarsource.com> | 2012-10-16 16:16:39 +0200 |
commit | a90a7eb2d9e00966a3bb46ba73e3214989283946 (patch) | |
tree | da85af96a6e8984c982ef271e4a2419dfc8394b2 /plugins | |
parent | d3711a44cf2da89ada3e2f4d2decde6d4df53c54 (diff) | |
download | sonarqube-a90a7eb2d9e00966a3bb46ba73e3214989283946.tar.gz sonarqube-a90a7eb2d9e00966a3bb46ba73e3214989283946.zip |
Fix typos
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties | 8 |
1 files changed, 4 insertions, 4 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 54a7079fdf4..80bab242642 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 @@ -699,7 +699,7 @@ search.duration=({0} seconds) #------------------------------------------------------------------------------ select2.noMatches=No matches select2.searching=Searching... -select2.tooShort=Please enter {0} more characters +select2.tooShort=Please enter at least {0} characters #------------------------------------------------------------------------------ @@ -1190,7 +1190,7 @@ quality_profiles.projects_warning=List of projects explicitly associated to this quality_profiles.including_x_overriding.suffix=, incl. {0} overriding quality_profiles.set_parent=Set parent quality_profiles.inherit_rules_from_profile=Inherit rules configuration from the profile -quality_profiles.no_changes_done_on_this_profile=No changes has been done on this quality profile. +quality_profiles.no_changes_done_on_this_profile=No changes have been made on this quality profile. quality_profiles.changelog_from=Changelog from quality_profiles.no_version=no version quality_profiles.last_version_x_with_date=last version {0} ({1}) @@ -1213,10 +1213,10 @@ quality_profiles.remove_project_action=Remove quality_profiles.remove_projects_action=Remove All quality_profiles.add_project_action=Add Project quality_profiles.remove_project_confirm_title=Remove Project from Profile -quality_profiles.remove_project_confirm_message=Are you sure you want to dissociate the project {0} from this profile? The default profile will be used during next analysis of this project. +quality_profiles.remove_project_confirm_message=Are you sure that you want to dissociate the project "{0}" from this profile? The default profile will be used during next analysis of this project. quality_profiles.remove_project_confirm_button=Remove quality_profiles.remove_projects_confirm_title=Remove All Projects from Profile -quality_profiles.remove_projects_confirm_message=Are you sure you want to dissociate all projects from this profile? The default profile will be used during next analysis of these projects. +quality_profiles.remove_projects_confirm_message=Are you sure that you want to dissociate all the projects from this profile? The default profile will be used during next analysis of these projects. quality_profiles.remove_projects_confirm_button=Remove All quality_profiles.copy_x_title=Copy Profile {0} quality_profiles.copy_new_name=New name |