Minor changes to missing internationalization text and startup scripts. Removed internationalization choices for lessons that don't support it

git-svn-id: http://webgoat.googlecode.com/svn/trunk/webgoat@411 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
mayhew64@gmail.com
2009-11-11 03:34:14 +00:00
parent d48519d1ec
commit e78ea07b3f
8 changed files with 832 additions and 27 deletions

View File

@ -114,7 +114,7 @@ public class SqlStringInjection extends SequentialLessonAdapter
StringBuffer msg = new StringBuffer();
msg.append(WebGoatI18N.get("NumericSqlInjectionSecondStage1"));
msg.append(WebGoatI18N.get("StringSqlInjectionSecondStage"));
s.setMessage(msg.toString());
}