diff --git a/docs/upgrades/upgrade_3.9.0-3.10.0.sql b/docs/upgrades/upgrade_3.9.0-3.10.0.sql
index efa8bef5d..f85c278a8 100644
--- a/docs/upgrades/upgrade_3.9.0-3.10.0.sql
+++ b/docs/upgrades/upgrade_3.9.0-3.10.0.sql
@@ -5,6 +5,13 @@ INSERT INTO help VALUES (33,'WebGUI','English','Manage','Template','Templates ar
INSERT INTO help VALUES (34,'WebGUI','English','Add/Edit','Template','Template Name
\r\nGive this template a descriptive name so that you\'ll know what it is when you\'re applying the template to a page.\r\n
\r\n\r\nTemplate
\r\nCreate your template by placing the special macros ^0; ^1; ^2; and so on in your template to represent the different content areas. Typically this is done by using a table to position the content. The following is an example of a template with two content areas side by side:\r\n
\r\n
\r\n<table>\r\n <tr>\r\n <td>^0;</td>\r\n <td>^1;</td>\r\n </tr>\r\n</table>\r\n\r\n
\r\nAlso be sure to take a look at the templates that come with WebGUI for ideas.\r\n','0'); INSERT INTO help VALUES (35,'WebGUI','English','Delete','Template','It is not a good idea to delete templates as you never know what kind of adverse affect it may have on your site (some pages may still be using the template). If you should choose to delete a template, all the pages still using the template will be set to the \"Default\" template.','0'); alter table wobject change templatePosition templatePosition int not null default 0; +INSERT INTO international VALUES (529,'WebGUI','English','results'); +INSERT INTO international VALUES (530,'WebGUI','English','with all the words'); +INSERT INTO international VALUES (531,'WebGUI','English','with the exact phrase'); +INSERT INTO international VALUES (532,'WebGUI','English','with at least one of the words'); +INSERT INTO international VALUES (533,'WebGUI','English','without the words'); + +