Edgewall Software
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

     
    8383      <form py:for="items in item_ranges" class="printableform" action="${href.changeset()}" method="get">
    8484        <div class="buttons">
    8585          <input type="hidden" name="reponame" value="$reponame" />
    86           <input type="submit" value="View changes"
     86          <input type="submit" value="${_('View changes')}"
    8787            title="Diff from Old Revision to New Revision (as selected in the Diff column)" />
    8888        </div>
    8989        <table class="listing chglist">

Attachments (0)

Change History (2)

comment:1 by Christian Boos, 15 years ago

Owner: set to Jun Omae

Well spotted! Looks like this was the last value attribute needing such a fix.

comment:2 by Christian Boos, 15 years ago

Resolution: fixed
Status: newclosed

Patch applied in r9575, thanks!

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jun Omae.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jun Omae to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.