diff --git a/app/views/memos/show.html.erb b/app/views/memos/show.html.erb
index 5da3c5d63..2736ca81b 100644
--- a/app/views/memos/show.html.erb
+++ b/app/views/memos/show.html.erb
@@ -90,7 +90,8 @@
)if !@memo.locked? && User.current.logged? %>
<%= link_to(
- image_tag('edit.png'),
+ #image_tag('edit.png'),
+ l(:button_edit),
{:action => 'edit', :id => reply},
:title => l(:button_edit)
) if reply.editable_by?(User.current) %>