Skip to content

Commit

Permalink
Minor grammar/language tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
CraigStuntz committed Jun 11, 2011
1 parent ce47b84 commit db1cb11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/base_wiki_pages/_wiki_page_actions.html.erb
@@ -1,5 +1,5 @@
<ul class="wiki_page_actions">
<%= content_tag('li', link_to( wt( 'History' ), wiki_page_history_path(@page) )) if history_allowed? %>
<%= content_tag('li', link_to( wt( 'Edit' ), wiki_page_edit_path(@page) )) if edit_allowed? %>
<%= content_tag('li', link_to( wt( 'Destroy' ), wiki_page_path(@page), :method => :delete, :confirm => wt( "Destroyed page can't be restored. Are you ready for it?" ) )) if destroy_allowed? %>
<%= content_tag('li', link_to( wt( 'Destroy' ), wiki_page_path(@page), :method => :delete, :confirm => wt( "Destroyed page can't be restored. Are you sure?" ) )) if destroy_allowed? %>
</ul>
2 changes: 1 addition & 1 deletion app/views/base_wiki_pages/not_allowed.html.erb
@@ -1 +1 @@
<%=wt 'You are not allowed to be here, please go out.' %>
<%=wt 'You are not allowed to be here; please go back.' %>

0 comments on commit db1cb11

Please sign in to comment.