From e5cf2a33e2eebb416c110a167bc67c7f40c3b8fe Mon Sep 17 00:00:00 2001 From: JT Smith Date: Tue, 7 Jan 2003 00:13:33 +0000 Subject: [PATCH] Fixed a typo in the product help. --- docs/upgrades/upgrade_5.0.1-5.0.2.sql | 2 ++ 1 file changed, 2 insertions(+) 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);