James Moger
2012-10-28 e92c6d230b3a350749fdb9fa2150bb1773260b8c
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;