From cb8861b0f20da1af25bd8598100e81459f279953 Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Wed, 20 Feb 2008 22:33:18 +0000 Subject: [PATCH] ActionItem172: do not diplay an untranslated "not yet" --- app/views/profile/index.rhtml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/profile/index.rhtml b/app/views/profile/index.rhtml index c93193b..7a5f5c4 100644 --- a/app/views/profile/index.rhtml +++ b/app/views/profile/index.rhtml @@ -11,9 +11,9 @@ <%# FIXME %> -
  • <%= link_to_function _('Friends'), 'alert("not yet")' %>
  • -
  • <%= link_to_function _('Communities'), 'alert("not yet")' %>
  • -
  • <%= link_to_function _('Enterprises'), 'alert("not yet")' %>
  • +
  • <%= link_to_function _('Friends'), 'alert(%s)' % _('This function is not available yet.').inspect %>
  • +
  • <%= link_to_function _('Communities'), 'alert(%s")' % _('This function is not available yet.').inspect %>
  • +
  • <%= link_to_function _('Enterprises'), 'alert(%s)' % _('This function is not available yet.').inspect %>
  • <%= _('Tags:') %> -- libgit2 0.21.2