#907: change link name

This commit is contained in:
Vokhmin Alexey V 2013-02-13 14:33:15 +04:00
parent 3929c4bb57
commit fe51bc77ac
3 changed files with 3 additions and 1 deletions

View File

@ -7,4 +7,4 @@
%li.text= t('layout.projects.base_branch')
- else
%li
= link_to t('diff'), diff_path(@project, "#{@branch.name}...#{branch.name}")
= link_to t('layout.projects.compare'), diff_path(@project, "#{@branch.name}...#{branch.name}")

View File

@ -6,6 +6,7 @@ en:
showing_branch: Showing 1 branch
no_branches: No branches
base_branch: Base branch
compare: Compare
tags: Tags
showing_tags: Showing %{count} tags
showing_tag: Showing 1 tag

View File

@ -6,6 +6,7 @@ ru:
showing_branch: Показана 1 ветка
no_branch: Нет веток
base_branch: Текущая ветка
compare: Сравнить
tags: Теги
showing_tags: Показано %{count} тегов
showing_tag: Показан 1 тег