Skip to content

Commit

Permalink
Fix issue 2978 with wrong text on edit multiple button
Browse files Browse the repository at this point in the history
  • Loading branch information
sarken committed Mar 21, 2012
1 parent ce650bf commit 39aa33d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/works/edit_multiple.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
(If you leave a field blank it will remain unchanged.)
</p>

<p class="submit actions"><%= submit_tag ts("Update All Stories"), :confirm => ts("Are you sure? Remember this will replace all existing values!") %></p>
<p class="submit actions"><%= submit_tag ts("Update All Works"), :confirm => ts("Are you sure? Remember this will replace all existing values!") %></p>

<% end %>
<!--/content-->
Expand Down

0 comments on commit 39aa33d

Please sign in to comment.