From e9837773286e45294f6bf343772ad3a63c3b7a57 Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Sat, 7 Jun 2008 23:34:22 +0000 Subject: [PATCH] ActionItem392: marking string for translation --- app/views/content_viewer/_comment.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/content_viewer/_comment.rhtml b/app/views/content_viewer/_comment.rhtml index 18b9f64..e59a8e4 100644 --- a/app/views/content_viewer/_comment.rhtml +++ b/app/views/content_viewer/_comment.rhtml @@ -2,7 +2,7 @@
<% if logged_in? && (user == @page.profile || user == comment.author) %> <% button_bar(:style => 'float: right; margin-top: 0;') do %> - <%= icon_button(:delete, 'Delete', { :remove_comment => comment.id }, :method => :post, :confirm => _('Are you sure you want to remove this comment?')) %> + <%= icon_button(:delete, _('Remove'), { :remove_comment => comment.id }, :method => :post, :confirm => _('Are you sure you want to remove this comment?')) %> <% end %> <% end %> -- libgit2 0.21.2