From aefb59ef98522ef8a10ab64b25840f11e622e1c7 Mon Sep 17 00:00:00 2001 From: Stardrad Yin <yin8086@gmail.com> Date: Wed, 23 Jan 2013 03:16:08 -0500 Subject: [PATCH] Modify Chinese translation in properties file, and add new translation that synchronizes with commit synchronize with commit e4e6829 --- 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