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")); } }