internationalize adding a new metadata field

This commit is contained in:
Colin Kuskie 2005-10-14 22:38:14 +00:00
parent 38345690f3
commit 98dc56f95b
2 changed files with 6 additions and 1 deletions

View file

@ -662,7 +662,7 @@ sub getEditForm {
-value=>'<p><a href="'.WebGUI::URL::page("func=editMetaDataField;fid=new").'">'.
WebGUI::International::get('Add new field','Asset').
'</a></p>',
-hoverHelp=>WebGUI::International::get('make prototype description',"Asset"),
-hoverHelp=>WebGUI::International::get('Add new field description',"Asset"),
);
}
}

View file

@ -438,6 +438,11 @@ These are the icons and URLs that allow editing, cutting, copying, deleting and
lastUpdated => 1089039511
},
'Add new field description' => {
message => q|<p>Open up a form where new metadata fields can be added to this Asset.</p>|,
lastUpdated => 1129329405
},
'deleteConfirm' => {
message => q|Are you certain you want to delete this Metadata property ?|,
lastUpdated => 1089039511