From da0269b4bd57bf90877446d9f991247bc1ad2f64 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Wed, 12 Oct 2011 22:14:10 -0400 Subject: [PATCH] RPC Client: Create/Edit Repository & User. Partially working. --- src/com/gitblit/wicket/GitBlitWebApp.properties | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/com/gitblit/wicket/GitBlitWebApp.properties b/src/com/gitblit/wicket/GitBlitWebApp.properties index 2aa5107..30fac60 100644 --- a/src/com/gitblit/wicket/GitBlitWebApp.properties +++ b/src/com/gitblit/wicket/GitBlitWebApp.properties @@ -92,7 +92,7 @@ gb.isFrozenDescription = deny push operations gb.zip = zip gb.showReadme = show readme -gb.showReadmeDescription = show a \"readme\" markdown file on the summary page +gb.showReadmeDescription = show a \"readme\" Markdown file on the summary page gb.nameDescription = use '/' to group repositories. e.g. libraries/mycoollib.git gb.ownerDescription = the owner may edit repository settings gb.blob = blob @@ -106,7 +106,7 @@ gb.federateThis = federate this repository gb.federateOrigin = federate the origin gb.excludeFromFederation = exclude from federation -gb.excludeFromFederationDescription = block federated Gitblit instances from pulling this object +gb.excludeFromFederationDescription = block federated Gitblit instances from pulling this account gb.tokens = federation tokens gb.tokenAllDescription = all repositories, users, & settings gb.tokenUnrDescription = all repositories & users -- Gitblit v1.9.1