From 0adceb4b64dfe0dd509da33c6d733a47fbf803a2 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Wed, 01 Aug 2012 21:21:32 -0400 Subject: [PATCH] Regex exclusions for repository search (issue 103) --- 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