]> source.dussan.org Git - sonarqube.git/commitdiff
Fix typo
authorSimon Brandhof <simon.brandhof@gmail.com>
Fri, 12 Oct 2012 04:14:37 +0000 (06:14 +0200)
committerSimon Brandhof <simon.brandhof@gmail.com>
Fri, 12 Oct 2012 04:15:07 +0000 (06:15 +0200)
sonar-server/src/main/webapp/WEB-INF/app/views/admin_dashboards/_list.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/edit.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/users/index.html.erb

index 682cfc6497902ef33cbf5ae10281cbd306ad53a5..5490789acc74d508d8adb8d8ddd57d6fc6b8f0c6 100644 (file)
@@ -36,7 +36,7 @@
         </td>
         <td class="thin nowrap operations">
           <% if active_dashboards.size() > 1 %>
-            <%= link_to 'Remove from defaults', {:action => :remove, :id => active.id}, {:confirm => 'Are you sure to remove it from default dashboards ?', :method => :post, :id => "remove-#{u active.name}", :class => 'link-action'} %>
+            <%= link_to 'Remove from defaults', {:action => :remove, :id => active.id}, {:confirm => 'Are you sure to remove it from default dashboards?', :method => :post, :id => "remove-#{u active.name}", :class => 'link-action'} %>
           <% end %>
         </td>
       </tr>
index 97d21069baff77b75d08c181380a7c5297ce1fad..8c72243c2ec03c1749e64883d03feda10d179b0d 100644 (file)
@@ -8,7 +8,7 @@
 <script>
   function deleteRule() {
     var count = <%= ActiveRule.count(:conditions => {:rule_id => @rule.id}) -%>;
-    var message = 'Are you sure ?';
+    var message = 'Are you sure?';
     if (count>0) {
       message += ' This rule is activated in ' + count + ' profiles.';
     }
index bddf12e12ed05e00e24ee0850170221011318117..dda97c73c5ea34375148129b2cdde840cd4459e1 100644 (file)
@@ -26,7 +26,7 @@
                 &nbsp;
                 <%= link_to "Change password", { :id => user.id, :action => 'change_password'}, {:id => "change-password-#{u user.login}", :class => 'link-action'} %>
                 &nbsp;
-                <%= link_to "Delete", {:action => 'destroy', :id => user.id}, {:confirm => "Warning : are you sure to delete this user ?", :method => 'delete',
+                <%= link_to "Delete", {:action => 'destroy', :id => user.id}, {:confirm => "Warning : are you sure to delete this user?", :method => 'delete',
                                                                                :id => "delete-#{u user.login}", :class => 'link-action link-red'} %>
               </td>
             </tr>
@@ -70,7 +70,7 @@
             <p class="error">
               A user with login "<%= @user.login -%>" already exists in the database but is deactivated.<br/>
               <br/>
-              Do you really want to reactivate this user ?
+              Do you really want to reactivate this user?
             </p>
           </td>
         <tr>