James Moger
2012-03-14 a5c920e5d616082f9de101ce960068ec3e512a1f
Replaced "committed" with "authored" on activity page
2 files modified
6 ■■■■■ changed files
src/com/gitblit/wicket/GitBlitWebApp.properties 4 ●●● patch | view | raw | blame | history
src/com/gitblit/wicket/panels/ActivityPanel.html 2 ●●● patch | view | raw | blame | history
src/com/gitblit/wicket/GitBlitWebApp.properties
@@ -214,4 +214,6 @@
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
src/com/gitblit/wicket/panels/ActivityPanel.html
@@ -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>