diff --git a/lib/WebGUI/i18n/English/Asset.pm b/lib/WebGUI/i18n/English/Asset.pm index b410da5a4..cde63cae7 100644 --- a/lib/WebGUI/i18n/English/Asset.pm +++ b/lib/WebGUI/i18n/English/Asset.pm @@ -40,36 +40,36 @@ our $I18N = {
^International("asset id","Asset");
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
+^International("99","Asset");
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
+^International("411","Asset");
A shorter title that will appear in navigation. If left blank, this will default
to the Title.
-URL
+^International("104","Asset");
The URL for this asset. It must be unique. If this field is left blank, then
a URL will be made from the parent's URL and the Menu Title.
-Synopsis
+^International("412","Asset");
A short description of this Asset.
-Hide from navigation?
+^International("886","Asset");
Whether or not this asset will be hidden from the navigation menu and site maps.
-Open in new window?
+^International("886","Asset");
Select yes to open this asset in a new window.