Fix nicht übersetzte Keys in content-center.
git-svn-id: https://svn.libreccm.org/ccm/trunk@700 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
20c92cf626
commit
c150de67c4
|
|
@ -17,4 +17,12 @@
|
||||||
|
|
||||||
update authoring_steps
|
update authoring_steps
|
||||||
set component='com.arsdigita.cms.ui.authoring.GenericArticleBody'
|
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' ;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue