From 0ad6d9ea8d22dcf15cc9c29bb68a33c7b9309674 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Wed, 28 Nov 2012 17:06:09 -0500 Subject: [PATCH] Fixed regression for folder history links (issue 166) --- src/com/gitblit/wicket/GitBlitWebApp.properties | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/com/gitblit/wicket/GitBlitWebApp.properties b/src/com/gitblit/wicket/GitBlitWebApp.properties index 2de266e..46dcbee 100644 --- a/src/com/gitblit/wicket/GitBlitWebApp.properties +++ b/src/com/gitblit/wicket/GitBlitWebApp.properties @@ -427,4 +427,5 @@ gb.certificate = certificate gb.emailCertificateBundle = email client certificate bundle gb.pleaseGenerateClientCertificate = Please generate a client certificate for {0} -gb.clientCertificateBundleSent = Client certificate bundle for {0} sent \ No newline at end of file +gb.clientCertificateBundleSent = Client certificate bundle for {0} sent +gb.enterKeystorePassword = Please enter the Gitblit keystore password -- Gitblit v1.9.1