From 0359ed4bd959b7b1b9565ad94cc02d6a5a17d497 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Sun, 2 Jan 2005 00:44:02 +0000 Subject: [PATCH] assetId added --- lib/WebGUI/i18n/English/Asset.pm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lib/WebGUI/i18n/English/Asset.pm b/lib/WebGUI/i18n/English/Asset.pm index c1ca8b65f..c3d4580fb 100644 --- a/lib/WebGUI/i18n/English/Asset.pm +++ b/lib/WebGUI/i18n/English/Asset.pm @@ -27,11 +27,14 @@ our $I18N = { 'asset fields body' => { message => q| +

Asset ID
This is the unique identifier WebGUI uses to keep track of this Asset instance. Normal users should never need to be concerned with the Asset ID, but some advanced users may need to know it for things like SQL Reports. The Asset ID is not editable.

+

Title
The title of the asset. This should be descriptive, but not very long. If left blank, this will be set to "Untitled".

+

Note: You should always specify a title, even if the Asset template will not use it. In various places on the site, like the Page Tree, Clipboard and Trash, the Title is used to distinguish this Asset from others.

Menu Title
@@ -95,8 +98,8 @@ Choose the group that can edit this page. The group assigned editing rights can |, context => q|Describing the form to add or edit an Asset.|, - lastUpdated => 1104621979, - }, + lastUpdated => 1104622720, + }, 'asset fields title' => { message => q|Common Asset Fields|,