diff options
author | James Moger <james.moger@gitblit.com> | 2012-03-14 16:21:56 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2012-03-14 16:21:56 -0400 |
commit | a5c920e5d616082f9de101ce960068ec3e512a1f (patch) | |
tree | 58fdcbcfff484914a9732c26ff1055435a3a1f81 /src | |
parent | 9ae72a95a2eae7f5483b30bea627af8f2f2f8330 (diff) | |
download | gitblit-a5c920e5d616082f9de101ce960068ec3e512a1f.tar.gz gitblit-a5c920e5d616082f9de101ce960068ec3e512a1f.zip |
Replaced "committed" with "authored" on activity page
Diffstat (limited to 'src')
-rw-r--r-- | src/com/gitblit/wicket/GitBlitWebApp.properties | 4 | ||||
-rw-r--r-- | src/com/gitblit/wicket/panels/ActivityPanel.html | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/src/com/gitblit/wicket/GitBlitWebApp.properties b/src/com/gitblit/wicket/GitBlitWebApp.properties index 9f4b3c62..9ce4df5d 100644 --- a/src/com/gitblit/wicket/GitBlitWebApp.properties +++ b/src/com/gitblit/wicket/GitBlitWebApp.properties @@ -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
\ No newline at end of file +gb.queryHelp = write brief explanation of Lucene syntax here
+gb.authored = authored
+gb.committed = committed
\ No newline at end of file diff --git a/src/com/gitblit/wicket/panels/ActivityPanel.html b/src/com/gitblit/wicket/panels/ActivityPanel.html index 3a603bfb..7c630556 100644 --- a/src/com/gitblit/wicket/panels/ActivityPanel.html +++ b/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>
|