Fix nicht übersetzte Keys in content-center.

git-svn-id: https://svn.libreccm.org/ccm/trunk@700 8810af33-2d31-482b-a856-94f89814c4df
master
pb 2011-01-20 19:12:51 +00:00
parent 20c92cf626
commit c150de67c4
1 changed files with 9 additions and 1 deletions

View File

@ -17,4 +17,12 @@
update authoring_steps
set component='com.arsdigita.cms.ui.authoring.GenericArticleBody'
where component like '%TextPageBody%' ;
where component like '%TextPageBody%' ;
update authoring_steps
set label_bundle='com.arsdigita.cms.CMSResources'
where label_bundle like 'com.arsdigita.cms.ui.CMSResources' ;
update authoring_steps
set description_bundle='com.arsdigita.cms.CMSResources'
where description_bundle like 'com.arsdigita.cms.ui.CMSResources' ;