From a90a7eb2d9e00966a3bb46ba73e3214989283946 Mon Sep 17 00:00:00 2001 From: Fabrice Bellingard Date: Tue, 16 Oct 2012 16:16:39 +0200 Subject: [PATCH] Fix typos --- .../src/main/resources/org/sonar/l10n/core.properties | 8 ++++---- .../webapp/WEB-INF/app/views/profiles/projects.html.erb | 4 +--- 2 files changed, 5 insertions(+), 7 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 diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/projects.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/projects.html.erb index 17dd9471ece..177c0d1f32c 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/projects.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/projects.html.erb @@ -1,6 +1,4 @@ -

<%= link_to message('quality_profiles.quality_profiles'), :controller => 'profiles', :action => 'index' -%> - / <%= h @profile.language -%> - / <%= h @profile.name %>

+

<%= link_to message('quality_profiles.quality_profiles'), :controller => 'profiles', :action => 'index' -%> / <%= h @profile.language -%> / <%= h @profile.name %>

<%= render :partial => 'profiles/tabs', :locals => {:selected_tab => 'Projects'} %>
-- 2.39.5