diff --git a/lib/WebGUI/Help/Asset_File.pm b/lib/WebGUI/Help/Asset_File.pm index fad99c41a..32656098f 100644 --- a/lib/WebGUI/Help/Asset_File.pm +++ b/lib/WebGUI/Help/Asset_File.pm @@ -6,6 +6,14 @@ our $HELP = { title => 'file add/edit title', body => 'file add/edit body', fields => [ + { + title => 'new file', + description => 'new file description' + }, + { + title => 'current file', + description => 'current file description' + }, ], related => [ { diff --git a/lib/WebGUI/i18n/English/Asset_File.pm b/lib/WebGUI/i18n/English/Asset_File.pm index 33949c7b7..9c357b2f4 100644 --- a/lib/WebGUI/i18n/English/Asset_File.pm +++ b/lib/WebGUI/i18n/English/Asset_File.pm @@ -11,16 +11,9 @@ our $I18N = {
Since Files are Assets, so they have all the properties that Assets do. Below are the properties that are specific to Image Assets:
-^International("new file","Asset_File");
-Enter the path to a file, or use the "Browse" button to find a file on your local hard
-drive that you would like to be uploaded.
-
-
^International("current file","Asset_File");
-If this Asset already contains a file, a link to the file with its associated icon will be shown.
-
|,
context => 'Describing file add/edit form specific fields',
- lastUpdated => 1106762796,
+ lastUpdated => 1119068839,
},
'file template title' => {
message => q|File, Template|,
@@ -57,12 +50,25 @@ The type of the file (PDF, etc.)
lastUpdated => 1106762086
},
+ 'current file description' => {
+ message => q|If this Asset already contains a file, a link to the file with its associated icon will be shown.|,
+ lastUpdated => 1119068809
+ },
+
+
'new file' => {
message => q|New file to upload|,
context => q|label for File asset form|,
lastUpdated => 1106762088
},
+
+ 'new file description' => {
+ message => q|Enter the path to a file, or use the "Browse" button to find a file on your local hard drive that you would like to be uploaded.|,
+ lastUpdated => 1119068745
+ },
+
+
};
1;