diff --git a/app/views/main/_problem.html.erb b/app/views/main/_problem.html.erb --- a/app/views/main/_problem.html.erb +++ b/app/views/main/_problem.html.erb @@ -4,7 +4,7 @@ <%= "#{problem.full_name} (#{problem.name})" %> - <%= link_to '[desc]', problem.url, :popup => true if (problem.url!=nil) and (problem.url!='') %> + <%= link_to "[#{t 'main.problem_desc'}]", problem.url, :popup => true if (problem.url!=nil) and (problem.url!='') %> <%= @prob_submissions[problem_counter][:count] %>