diff --git a/docs/upgrades/upgrade_5.0.1-5.0.2.sql b/docs/upgrades/upgrade_5.0.1-5.0.2.sql index 96a2d6635..192df9c36 100644 --- a/docs/upgrades/upgrade_5.0.1-5.0.2.sql +++ b/docs/upgrades/upgrade_5.0.1-5.0.2.sql @@ -985,5 +985,7 @@ delete from international where languageId=2 and namespace='WebGUI' and internat insert into international (internationalId,languageId,namespace,message,lastUpdated) values (238,2,'WebGUI','Autor:', 1041593082); delete from international where languageId=2 and namespace='Poll' and internationalId=12; insert into international (internationalId,languageId,namespace,message,lastUpdated) values (12,2,'Poll','Gesamtzahl der Abstimmungen:', 1041071732); +delete from international where languageId=1 and namespace='Product' and internationalId=47; +insert into international (internationalId,languageId,namespace,message,lastUpdated) values (47,1,'Product','Related products are products that are comparable or complementary to other products.\r\n

\r\n\r\n\r\nRelated products
\r\nChoose from the list of products you\'ve already entered.\r\n

\r\n\r\n\r\nAdd another related product?
\r\nSelect "Yes" if you have another related product to add.\r\n

\r\n\r\n', 1041876679);