Browse Source

Replaced "committed" with "authored" on activity page

tags/v0.9.0
James Moger 12 years ago
parent
commit
a5c920e5d6

+ 3
- 1
src/com/gitblit/wicket/GitBlitWebApp.properties View File

@@ -214,4 +214,6 @@ gb.pages = pages
gb.workingCopy = working copy
gb.workingCopyWarning = this repository has a working copy and can not receive pushes
gb.query = query
gb.queryHelp = write brief explanation of Lucene syntax here
gb.queryHelp = write brief explanation of Lucene syntax here
gb.authored = authored
gb.committed = committed

+ 1
- 1
src/com/gitblit/wicket/panels/ActivityPanel.html View File

@@ -23,7 +23,7 @@
<td style="vertical-align: middle;">
<img wicket:id="commitIcon" style="vertical-align: middle;"></img>
<span wicket:id="message">[shortlog commit link]</span><br/>
<span wicket:id="author" style="padding-left:20px;">[author link]</span> committed <span wicket:id="commitid">[commit id]</span> to <span wicket:id="branch"></span>
<span wicket:id="author" style="padding-left:20px;">[author link]</span> <wicket:message key="gb.authored"></wicket:message> <span wicket:id="commitid">[commit id]</span> on <span wicket:id="branch"></span>
</td>
<td style="text-align:right;vertical-align: middle;">
<div wicket:id="commitRefs">[commit refs]</div>

Loading…
Cancel
Save