summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/wicket/GitBlitWebApp.properties
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2014-05-31 10:23:56 -0400
committerJames Moger <james.moger@gitblit.com>2014-06-03 10:34:51 -0400
commit6a437ec4a6853bdd15f7c33f7fbafdd247a3790c (patch)
tree3d8806161d70ff45d6d155fbbb3de5c3958861bb /src/main/java/com/gitblit/wicket/GitBlitWebApp.properties
parent5779988cf3a1d737322b2b6a1d568da8713509e7 (diff)
downloadgitblit-6a437ec4a6853bdd15f7c33f7fbafdd247a3790c.tar.gz
gitblit-6a437ec4a6853bdd15f7c33f7fbafdd247a3790c.zip
Use AccessPolicyPanel in EditRepositoryPage
Diffstat (limited to 'src/main/java/com/gitblit/wicket/GitBlitWebApp.properties')
-rw-r--r--src/main/java/com/gitblit/wicket/GitBlitWebApp.properties4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/main/java/com/gitblit/wicket/GitBlitWebApp.properties b/src/main/java/com/gitblit/wicket/GitBlitWebApp.properties
index d2d1454e..13abcc06 100644
--- a/src/main/java/com/gitblit/wicket/GitBlitWebApp.properties
+++ b/src/main/java/com/gitblit/wicket/GitBlitWebApp.properties
@@ -687,7 +687,7 @@ gb.plugins = plugins
gb.extensions = extensions
gb.pleaseSelectProject = Please select the project!
gb.accessPolicy = Access Policy
-gb.accessPolicyDescription = Choose an access policy to control visibility, cloning, and pushing to this repository.
+gb.accessPolicyDescription = Choose an access policy to control repository visibility and git permissions.
gb.anonymousPolicy = Anonymous View, Clone, & Push
gb.anonymousPolicyDescription = Anyone can see, clone, and push to this repository.
gb.authenticatedPushPolicy = Restrict Push (Authenticated)
@@ -704,5 +704,3 @@ gb.initWithReadme = Include a README
gb.initWithReadmeDescription = This will generate a simple README document for your repository.
gb.initWithGitignore = Include a .gitignore file
gb.initWithGitignoreDescription = This will insert a config file that instructs your Git clients to ignore files or directories that match defined patterns.
-gb.initWithGitflow = Include a .gitflow file
-gb.initWithGitflowDescription = This will generate a config file which guides Git clients in setting up Gitflow branches. \ No newline at end of file