Commit 76d52555f09c6058d4bbac60a866b5a45ac371fc
1 parent
df0526c4
Exists in
master
and in
29 other branches
Removing verbose button text
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
app/views/friends/remove.rhtml
... | ... | @@ -17,8 +17,8 @@ |
17 | 17 | <% form_tag do %> |
18 | 18 | <%= hidden_field_tag(:confirmation, 1) %> |
19 | 19 | |
20 | - <%= submit_button(:ok, __("Yes, I want to remove %s from my friend list") % @friend.name) %> | |
21 | - <%= button(:cancel, _("No, I don't want"), :action => 'index') %> | |
20 | + <%= submit_button(:ok, __("Yes") % @friend.name) %> | |
21 | + <%= button(:cancel, _("No"), :action => 'index') %> | |
22 | 22 | <% end %> |
23 | 23 | |
24 | 24 | </div><!-- end id="remove_friend" --> | ... | ... |