Skip to content

Commit 191c8a1

Browse files
Chi-IrohThomas Sayen
authored andcommitted
Localized history follow rename checkbox
1 parent 7946a57 commit 191c8a1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

options/locale/locale_en-US.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1399,6 +1399,7 @@ editor.revert = Revert %s onto:
13991399
14001400
commits.desc = Browse source code change history.
14011401
commits.commits = Commits
1402+
commits.history_follow_rename = Include renames
14021403
commits.no_commits = No commits in common. "%s" and "%s" have entirely different histories.
14031404
commits.nothing_to_compare = These branches are equal.
14041405
commits.search.tooltip = You can prefix keywords with "author:", "committer:", "after:", or "before:", e.g. "revert author:Alice before:2019-01-13".

templates/repo/commits_table.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</div>
1111
<div class="commits-table-left tw-flex tw-items-center">
1212
<input type="checkbox" name="history-enable-follow-renames"/>
13-
<label for="history-enable-follow-renames">Follow rename</label>
13+
<label for="history-enable-follow-renames">{{ctx.Locale.Tr "repo.commits.history_follow_rename"}}</label>
1414
</div>
1515
{{if .IsDiffCompare}}
1616
<div class="commits-table-right tw-whitespace-nowrap">

0 commit comments

Comments
 (0)