From 2b67ec0e4a42ad1069a477040a549c3e19be9e36 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Wed, 11 Jul 2012 16:59:04 -0400
Subject: [PATCH] Fix for line number identification bug in LuceneExecutor (issue 105)

---
 src/com/gitblit/wicket/pages/GravatarProfilePage.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/com/gitblit/wicket/pages/GravatarProfilePage.html b/src/com/gitblit/wicket/pages/GravatarProfilePage.html
index 2a83de7..0cc0f1f 100644
--- a/src/com/gitblit/wicket/pages/GravatarProfilePage.html
+++ b/src/com/gitblit/wicket/pages/GravatarProfilePage.html
@@ -13,7 +13,7 @@
 	<div style="color:#888;"wicket:id="location"></div>
 	<div style="padding-top:5px;" wicket:id="aboutMe"></div>
 	<p></p>
-	<a wicket:id="profileLink">Complete profile on Gravatar.com</a>
+	<a wicket:id="profileLink"><wicket:message key="gb.completeGravatarProfile">[Complete profile on Gravatar.com]</wicket:message></a>
 	<p></p>
 </wicket:extend>
 </body>

--
Gitblit v1.9.1