From c150de67c4376b1d28470518e09cb373ef81de77 Mon Sep 17 00:00:00 2001 From: pb Date: Thu, 20 Jan 2011 19:12:51 +0000 Subject: [PATCH] =?UTF-8?q?Fix=20nicht=20=C3=BCbersetzte=20Keys=20in=20con?= =?UTF-8?q?tent-center.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.libreccm.org/ccm/trunk@700 8810af33-2d31-482b-a856-94f89814c4df --- .../upgrade/6.6.0-6.6.1/upd_table_authoring_steps.sql | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/ccm-cms/sql/ccm-cms/default/upgrade/6.6.0-6.6.1/upd_table_authoring_steps.sql b/ccm-cms/sql/ccm-cms/default/upgrade/6.6.0-6.6.1/upd_table_authoring_steps.sql index d423c31dc..85b78e34e 100644 --- a/ccm-cms/sql/ccm-cms/default/upgrade/6.6.0-6.6.1/upd_table_authoring_steps.sql +++ b/ccm-cms/sql/ccm-cms/default/upgrade/6.6.0-6.6.1/upd_table_authoring_steps.sql @@ -17,4 +17,12 @@ update authoring_steps set component='com.arsdigita.cms.ui.authoring.GenericArticleBody' - where component like '%TextPageBody%' ; \ No newline at end of file + 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' ;