Commit cb8861b0f20da1af25bd8598100e81459f279953

Authored by AntonioTerceiro
1 parent e6bcbbfa

ActionItem172: do not diplay an untranslated "not yet"


git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1454 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
app/views/profile/index.rhtml
... ... @@ -11,9 +11,9 @@
11 11 </li>
12 12  
13 13 <%# FIXME %>
14   - <li><%= link_to_function _('Friends'), 'alert("not yet")' %></li>
15   - <li><%= link_to_function _('Communities'), 'alert("not yet")' %></li>
16   - <li><%= link_to_function _('Enterprises'), 'alert("not yet")' %></li>
  14 + <li><%= link_to_function _('Friends'), 'alert(%s)' % _('This function is not available yet.').inspect %></li>
  15 + <li><%= link_to_function _('Communities'), 'alert(%s")' % _('This function is not available yet.').inspect %></li>
  16 + <li><%= link_to_function _('Enterprises'), 'alert(%s)' % _('This function is not available yet.').inspect %></li>
17 17  
18 18 <li>
19 19 <%= _('Tags:') %>
... ...