From a0e3b2be8665e3782c935f95955ac158694b0c2d Mon Sep 17 00:00:00 2001 From: JT Smith Date: Thu, 4 Jul 2002 04:50:41 +0000 Subject: [PATCH] Added "Edit Item" text to edit header. --- lib/WebGUI/Wobject/Item.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Wobject/Item.pm b/lib/WebGUI/Wobject/Item.pm index 645a04b9f..c4f095d7f 100644 --- a/lib/WebGUI/Wobject/Item.pm +++ b/lib/WebGUI/Wobject/Item.pm @@ -79,7 +79,7 @@ sub www_edit { my ($output, $f); if (WebGUI::Privilege::canEditPage()) { $output = helpIcon(1,$_[0]->get("namespace")); - $output .= '

'.WebGUI::International::get(4,$namespace).'

'; + $output .= '

'.WebGUI::International::get(6,$namespace).'

'; $f = WebGUI::HTMLForm->new; $f->url("linkURL",WebGUI::International::get(1,$_[0]->get("namespace")),$_[0]->get("linkURL")); if ($_[0]->get("attachment") eq "") {