Commit 5077d2abd255b6bfd8642b834fac1360df5a51d8

Authored by AntonioTerceiro
1 parent f3a7648d

ActionItem152: enhancing wording of the popup


git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1213 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
app/views/account/logout_popup.rhtml
1   -<p><%= _('Are you sure?') %></p>
  1 +<p><%= _('Are you sure you want to get out?') %></p>
2 2  
3 3 <% button_bar do %>
4   - <%= button :ok, _('Yes, I want to logout'), { :controller => 'account', :action => 'logout' } %>
5   - <%= lightbox_close_button _('No, I want to stay logged in.') %>
  4 + <%= button :ok, _('Yes'), { :controller => 'account', :action => 'logout' } %>
  5 + <%= lightbox_close_button _('No, I want to stay.') %>
6 6 <% end %>
... ...