James Moger
2012-10-29 8bc725871269aa47f8ef6db086a4cfedc75ef140
src/com/gitblit/wicket/pages/BasePage.java
@@ -212,6 +212,9 @@
         case NONE:
            map.put(type, MessageFormat.format(getString("gb.noPermission"), type.code));
            break;
         case EXCLUDE:
            map.put(type, MessageFormat.format(getString("gb.excludePermission"), type.code));
            break;
         case VIEW:
            map.put(type, MessageFormat.format(getString("gb.viewPermission"), type.code));
            break;