diff options
Diffstat (limited to 'src/main/java/com/gitblit/wicket/GitBlitWebApp.properties')
-rw-r--r-- | src/main/java/com/gitblit/wicket/GitBlitWebApp.properties | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/main/java/com/gitblit/wicket/GitBlitWebApp.properties b/src/main/java/com/gitblit/wicket/GitBlitWebApp.properties index f6354ed8..23006c0e 100644 --- a/src/main/java/com/gitblit/wicket/GitBlitWebApp.properties +++ b/src/main/java/com/gitblit/wicket/GitBlitWebApp.properties @@ -170,7 +170,6 @@ gb.accessLevel = access level gb.default = default gb.setDefault = set default gb.since = since -gb.status = status gb.bootDate = boot date gb.servletContainer = servlet container gb.heapMaximum = maximum heap @@ -358,7 +357,7 @@ gb.pushPermission = {0} (push) gb.createPermission = {0} (push, ref creation) gb.deletePermission = {0} (push, ref creation+deletion) gb.rewindPermission = {0} (push, ref creation+deletion+rewind) -gb.permission = permission +gb.permission = Permission gb.regexPermission = this permission is set from regular expression \"{0}\" gb.accessDenied = access denied gb.busyCollectingGarbage = sorry, Gitblit is busy collecting garbage in {0} @@ -740,9 +739,8 @@ gb.sshKeys = SSH Keys gb.sshKeysDescription = SSH public key authentication is a secure alternative to password authentication gb.addSshKey = Add SSH Key gb.key = Key -gb.comment = Comment +gb.sshKeyComment = Comment gb.sshKeyCommentDescription = Enter an optional comment. If blank, the comment will be extracted from the key data. -gb.permission = Permission gb.sshKeyPermissionDescription = Specify the access permission for the SSH key gb.transportPreference = Transport Preference gb.transportPreferenceDescription = Set the transport that you prefer to use for cloning |