From fb6bf3a22e1bcaca11c1519328c73bf016b5cac0 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Mon, 01 Oct 2012 22:54:48 -0400 Subject: [PATCH] Show display name for owner, when possible --- 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 50c43fe..d30f571 100644 --- a/src/com/gitblit/wicket/GitBlitWebApp.properties +++ b/src/com/gitblit/wicket/GitBlitWebApp.properties @@ -332,4 +332,5 @@ gb.canForkDescription = user is permitted to fork authorized repositories gb.myFork = view my fork gb.forksProhibited = forks prohibited -gb.forksProhibitedWarning = this repository forbids forks \ No newline at end of file +gb.forksProhibitedWarning = this repository forbids forks +gb.noForks = {0} has no forks \ No newline at end of file -- Gitblit v1.9.1