From 074ff2b9a89295437a7a9e91777cf46cd743bdfa Mon Sep 17 00:00:00 2001 From: Ed Van Duinen Date: Sun, 25 May 2003 03:44:50 +0000 Subject: [PATCH] Manage Clipboard and Trash help text correction --- docs/upgrades/upgrade_5.2.6-5.3.0.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/upgrades/upgrade_5.2.6-5.3.0.sql b/docs/upgrades/upgrade_5.2.6-5.3.0.sql index 90e3c9b11..feb9daacf 100644 --- a/docs/upgrades/upgrade_5.2.6-5.3.0.sql +++ b/docs/upgrades/upgrade_5.2.6-5.3.0.sql @@ -489,7 +489,7 @@ insert into international (internationalId,languageId,namespace,message,lastUpda delete from international where languageId=1 and namespace='WebGUI' and internationalId=957; insert into international (internationalId,languageId,namespace,message,lastUpdated) values (957,1,'WebGUI','Clipboard, Manage', 1052850265); delete from international where languageId=1 and namespace='WebGUI' and internationalId=958; -insert into international (internationalId,languageId,namespace,message,lastUpdated) values (958,1,'WebGUI','The clipboard is a special system location to which content may be temporarily cut or copied. Items in the clipboard may then be pasted to a new location.\r\n

The clipboard contents may be managed individually. You may delete or paste an item by selecting the approriate icon. You may also empty the entire contents of the clipboard to the trash by choosing the Empty clipboard menu option.\r\n

Title
The name of the item in the clipboard. You may view the item by selecting the title.\r\n

Type
The type of content. For instance, a Page, Article, EventsCalendar, etc.\r\n

Clipboard Date
The date and time the item was added to the clipboard\r\n

Previous Location
The location where the item was previously found. You may view the previous location by selecting the location.

Username
The username of the individual who placed the item in the clipboard. This is an optional field is only visible in shared clipboard environments or when an administrator is managing the system clipboard.', 1052850265); +insert into international (internationalId,languageId,namespace,message,lastUpdated) values (958,1,'WebGUI','The clipboard is a special system location to which content may be temporarily cut or copied. Items in the clipboard may then be pasted to a new location.\r\n

The clipboard contents may be managed individually. You may delete or paste an item by selecting the approriate icon. You may also empty the entire contents of the clipboard to the trash by choosing the Empty clipboard menu option.\r\n

Title
The name of the item in the clipboard. You may view the item by selecting the title.\r\n

Type
The type of content. For instance, a Page, Article, EventsCalendar, etc.\r\n

Clipboard Date
The date and time the item was added to the clipboard\r\n

Previous Location
The location where the item was previously found. You may view the previous location by selecting the location.

Username
The username of the individual who placed the item in the clipboard. This optional field is only visible in shared clipboard environments or when an administrator is managing the system clipboard.', 1052850265); delete from international where languageId=1 and namespace='WebGUI' and internationalId=959; insert into international (internationalId,languageId,namespace,message,lastUpdated) values (959,1,'WebGUI','Empty system clipboard.', 1052850265); delete from help where helpId=65 and namespace='WebGUI'; @@ -497,7 +497,7 @@ INSERT INTO help VALUES (65,'WebGUI',957,958,'67,WebGUI;'); delete from international where languageId=1 and namespace='WebGUI' and internationalId=960; insert into international (internationalId,languageId,namespace,message,lastUpdated) values (960,1,'WebGUI','Trash, Manage', 1052850265); delete from international where languageId=1 and namespace='WebGUI' and internationalId=961; -insert into international (internationalId,languageId,namespace,message,lastUpdated) values (961,1,'WebGUI','The trash is a special system location where deleted content is temporarily stored. Items in the trash may be managed individually. You may cut an item to the clipboard or permanently delete it by selecting the approriate icon. You may also purge/delete all items in the trash by choosing the Empty trash menu option.\r\n

Title
The name of the item in the trash. You may view the item by selecting the title.\r\n

Type
The type of content. For instance, a Page, Article, EventsCalendar, etc.\r\n

Trash Date
The date and time the item was added to the trash\r\n

Previous Location
The location where the item was previously found. You may view the previous location by selecting the location.

Username
The username of the individual who placed the item in the trash. This is an optional field is only visible in shared trash environments or when an administrator is managing the system trash.', 1052850265); +insert into international (internationalId,languageId,namespace,message,lastUpdated) values (961,1,'WebGUI','The trash is a special system location where deleted content is temporarily stored. Items in the trash may be managed individually. You may cut an item to the clipboard or permanently delete it by selecting the approriate icon. You may also purge/delete all items in the trash by choosing the Empty trash menu option.\r\n

Title
The name of the item in the trash. You may view the item by selecting the title.\r\n

Type
The type of content. For instance, a Page, Article, EventsCalendar, etc.\r\n

Trash Date
The date and time the item was added to the trash\r\n

Previous Location
The location where the item was previously found. You may view the previous location by selecting the location.

Username
The username of the individual who placed the item in the trash. This optional field is only visible in shared trash environments or when an administrator is managing the system trash.', 1052850265); delete from help where helpId=66 and namespace='WebGUI'; INSERT INTO help VALUES (66,'WebGUI',960,961,'46,WebGUI;'); delete from international where languageId=1 and namespace='WebGUI' and internationalId=962;