]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-2520 Fix typo
authorFabrice Bellingard <bellingard@gmail.com>
Wed, 15 Jun 2011 16:55:56 +0000 (18:55 +0200)
committerFabrice Bellingard <bellingard@gmail.com>
Wed, 15 Jun 2011 16:55:56 +0000 (18:55 +0200)
sonar-server/src/main/webapp/WEB-INF/app/views/reviews/_review.html.erb

index 094b60f560f0db53ec891c089a5178e538faee39..45d91944eaba778ac43d7da735b55f0f6ebfa315 100644 (file)
                <%= link_to_remote "Delete",
                     :url => { :controller => "reviews", :action => "delete_comment", :comment_id => comment.id, :id => review.id },
                 :update => "review",
-                 :confirm => "Do you want to delete this comment ?" -%>
+                 :confirm => "Do you want to delete this comment?" -%>
                <% end %>
              <% 
                end