diff --git a/lib/WebGUI/i18n/English/Asset_Story.pm b/lib/WebGUI/i18n/English/Asset_Story.pm index 05105409c..cafb1cdc8 100644 --- a/lib/WebGUI/i18n/English/Asset_Story.pm +++ b/lib/WebGUI/i18n/English/Asset_Story.pm @@ -345,7 +345,7 @@ our $I18N = { }, 'imgDeleteForm' => { - message => q|A field to delete the image, along with all data attached to it.|, + message => q|A field to delete the image, along with all data attached to it. This form will not be present in the set of variables in the loop for adding a new image.|, context => q|Template variable for edit form.|, lastUpdated => 0, }, @@ -446,6 +446,12 @@ our $I18N = { lastUpdated => 0, }, + 'Source' => { + message => q|Source|, + context => q|Label for story template. Referring to who took, or who owns, a picture.|, + lastUpdated => 0, + }, + }; 1;