From 2963e52a0efc615e7c7a8ccd5d775fc244710f1e Mon Sep 17 00:00:00 2001 From: Matthew Wilson Date: Wed, 9 Mar 2005 16:41:35 +0000 Subject: [PATCH] bugfix - 1157196 --- lib/WebGUI/Asset.pm | 2 +- lib/WebGUI/i18n/English/Asset.pm | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/WebGUI/Asset.pm b/lib/WebGUI/Asset.pm index ee130faf2..604c99e78 100644 --- a/lib/WebGUI/Asset.pm +++ b/lib/WebGUI/Asset.pm @@ -3066,7 +3066,7 @@ sub www_manageClipboard { my ($header,$limit); $ac->setHelp("clipboard manage"); if ($session{form}{systemClipboard} && WebGUI::Grouping::isInGroup(3)) { - $header = WebGUI::International::get(965,"Asset"); + $header = WebGUI::International::get(966,"Asset"); $ac->addSubmenuItem($self->getUrl('func=manageClipboard'), WebGUI::International::get(949),"Asset"); $ac->addSubmenuItem($self->getUrl('func=emptyClipboard&systemClipboard=1'), WebGUI::International::get(959,"Asset"), 'onclick="return window.confirm(\''.WebGUI::International::get(951).'\')"',"Asset"); diff --git a/lib/WebGUI/i18n/English/Asset.pm b/lib/WebGUI/i18n/English/Asset.pm index 69e07fff4..9f3871391 100644 --- a/lib/WebGUI/i18n/English/Asset.pm +++ b/lib/WebGUI/i18n/English/Asset.pm @@ -365,6 +365,10 @@ each wobject under the tab "Metadata" in the wobject properties.

lastUpdated => 1099050265, message => q|System Trash| }, + '966' => { + lastUpdated => 1099050265, + message => q|System Clipboard| + }, 'Extras URL' => { lastUpdated => 1089039511, context => q|Field label for the Export Page operation|,