Browse Source

[svn r21648] FS#2867 - The FCKEditor: Implementing 2.6.5 SVN patch, ticket #2915 - http://dev.fckeditor.net/ticket/2915 .

Ivan Tcholakov 15 years ago
parent
commit
3fd3455bbf
1 changed files with 3 additions and 3 deletions
  1. 3 3
      main/inc/lib/fckeditor/editor/dialog/fck_about.html

+ 3 - 3
main/inc/lib/fckeditor/editor/dialog/fck_about.html

@@ -146,11 +146,11 @@ document.write( '<b>Platform<\/b><br />' + window.navigator.platform + '<br /><b
 var sUserLang = '?' ;
 
 if ( window.navigator.language )
-	sUserLang = window.navigator.language.toLowerCase() ;
+	sUserLang = window.navigator.language ;
 else if ( window.navigator.userLanguage )
-	sUserLang = window.navigator.userLanguage.toLowerCase() ;
+	sUserLang = window.navigator.userLanguage ;
 
-document.write( '<b>User Language<\/b><br />' + sUserLang ) ;
+document.write( '<b>Language<\/b><br />' + sUserLang ) ;
 //-->
 					</script>
 				</td>