# HG changeset patch
# Parent 9182daf0d7da44977b96cbb5039016790c902d38
Fix various msgids.
diff --git a/trac/ticket/templates/ticket.html b/trac/ticket/templates/ticket.html
|
a
|
b
|
|
| 165 | 165 | <a id="edit" onfocus="$('#comment').get(0).focus()">Add a comment</a> |
| 166 | 166 | </h2> |
| 167 | 167 | <div id="trac-edit-warning" class="warning system-message" |
| 168 | | style="${'display: none' if start_time == ticket['changetime'] else None}"> |
| | 168 | style="${'display: none' if start_time == ticket['changetime'] else None}" |
| | 169 | i18n:msg=""> |
| 169 | 170 | This ticket has been modified since you started editing. You should review the |
| 170 | 171 | <em class="trac-new">other modifications</em> which have been appended above, |
| 171 | 172 | and any <em class="trac-conflict">conflicts</em> shown in the preview below. |
diff --git a/trac/versioncontrol/templates/changeset.html b/trac/versioncontrol/templates/changeset.html
|
a
|
b
|
|
| 137 | 137 | <dd class="time" py:choose="datetime.now(utc) - changeset.date < timedelta(0, 3600)"> |
| 138 | 138 | ${format_datetime(changeset.date)} |
| 139 | 139 | <py:when test="True">(less than one hour ago)</py:when> |
| 140 | | <py:otherwise>(${dateinfo(changeset.date)} ago)</py:otherwise> |
| | 140 | <py:otherwise><span i18n:msg="elapsedtime">(${dateinfo(changeset.date)} ago)</span></py:otherwise> |
| 141 | 141 | </dd> |
| 142 | 142 | <dt class="property author">Author:</dt> |
| 143 | 143 | <dd class="author">${authorinfo(changeset.author)}</dd> |