Modify ↓
Opened 15 years ago
Closed 15 years ago
#9276 closed defect (fixed)
The term `View changes` in "revision log" view is not translated.
Reported by: | Jun Omae | Owned by: | Jun Omae |
---|---|---|---|
Priority: | normal | Milestone: | 0.12 |
Component: | i18n | Version: | 0.12dev |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
The term "View changes" in revision log view is not translated.
-
trac/versioncontrol/templates/revisionlog.html
83 83 <form py:for="items in item_ranges" class="printableform" action="${href.changeset()}" method="get"> 84 84 <div class="buttons"> 85 85 <input type="hidden" name="reponame" value="$reponame" /> 86 <input type="submit" value=" View changes"86 <input type="submit" value="${_('View changes')}" 87 87 title="Diff from Old Revision to New Revision (as selected in the Diff column)" /> 88 88 </div> 89 89 <table class="listing chglist">
Attachments (0)
Change History (2)
comment:1 by , 15 years ago
Owner: | set to |
---|
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Patch applied in r9575, thanks!
Note:
See TracTickets
for help on using tickets.
Well spotted! Looks like this was the last
value
attribute needing such a fix.