aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabrice Bellingard <fabrice.bellingard@sonarsource.com>2012-10-16 16:16:39 +0200
committerFabrice Bellingard <fabrice.bellingard@sonarsource.com>2012-10-16 16:26:44 +0200
commitbac7f638c62c5427d866fcec47bc31c14cb8a948 (patch)
treecc9336109505c41d7d529313059f4aab7b94883a
parent6a8f177c830f8fd4cfb09c7c8c8b3bc082346b6e (diff)
downloadsonarqube-bac7f638c62c5427d866fcec47bc31c14cb8a948.tar.gz
sonarqube-bac7f638c62c5427d866fcec47bc31c14cb8a948.zip
Fix typos
-rw-r--r--plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties8
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/views/profiles/projects.html.erb4
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 @@
-<h1 class="marginbottom10"><%= link_to message('quality_profiles.quality_profiles'), :controller => 'profiles', :action => 'index' -%>
- / <%= h @profile.language -%>
- / <%= h @profile.name %></h1>
+<h1 class="marginbottom10"><%= link_to message('quality_profiles.quality_profiles'), :controller => 'profiles', :action => 'index' -%> / <%= h @profile.language -%> / <%= h @profile.name %></h1>
<%= render :partial => 'profiles/tabs', :locals => {:selected_tab => 'Projects'} %>
<div class="tabs-panel">