fix language namespace

This commit is contained in:
devel 2011-06-09 15:48:05 +02:00
parent 5f3dde56f7
commit 46090cf094
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
tinyMCE.addI18n('en.advcode',{
tinyMCE.addI18n('cs.advcode',{
desc : 'Editovat HTML zdrojový kód'
})

View File

@ -1,4 +1,4 @@
tinyMCE.addI18n('en.advcode_dlg',{
tinyMCE.addI18n('cs.advcode_dlg',{
title : 'HTML Editor zdrojového kódu',
number_toggle : 'Čísla řádků'
})