James Moger
2012-10-24 b9405920077f3c63982f9e3602d08e8a1b57ca08
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;