From fbd37c897efe369d3ac2e9bbf57e4dcc555d956c Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Fri, 3 Oct 2008 01:14:45 +0000 Subject: [PATCH] BUGFIX typo in js file git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@63570 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- javascript/lang/de_DE.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript/lang/de_DE.js b/javascript/lang/de_DE.js index 0d076f800..14314e9ca 100644 --- a/javascript/lang/de_DE.js +++ b/javascript/lang/de_DE.js @@ -2,6 +2,6 @@ if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') { console.error('Class ss.i18n not defined'); } else { ss.i18n.addDictionary('de_DE', { - 'VALIDATOR.FIELDREQUIRED': '"%s" wird benötigt', + 'VALIDATOR.FIELDREQUIRED': '"%s" wird benötigt' }); } \ No newline at end of file