James Moger
2014-06-03 b79824366fe4814e6912fa38f6da7939b6f27124
src/main/java/com/gitblit/wicket/pages/NewRepositoryPage.java
@@ -130,7 +130,7 @@
               if (addGitignore) {
                  gitignore = gitignoreModel.getObject();
                  if (StringUtils.isEmpty(gitignore)) {
                     throw new GitBlitException("Please select a .gitignore file");
                     throw new GitBlitException(getString("gb.pleaseSelectGitIgnore"));
                  }
               }