From 4bb9f71a42edbd2b3883a75d593e1d6881bdc7c7 Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Wed, 2 Apr 2008 16:09:07 +0000 Subject: [PATCH] ActionItem258: adding call to gettext --- app/views/search/popup.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/search/popup.rhtml b/app/views/search/popup.rhtml index 2f8c0ba..bf51211 100644 --- a/app/views/search/popup.rhtml +++ b/app/views/search/popup.rhtml @@ -27,7 +27,7 @@ <% @search_in.each do |thing, name| %>
  • <%= check_box_tag 'find_in[]', thing.to_s, true %> - <%= name %> + <%= gettext(name) %>
  • <% end %> -- libgit2 0.21.2