From 55196c4edacfe44d16bb0387dd99be23d78f1fcf Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Mon, 23 Mar 2009 18:14:45 +0000 Subject: [PATCH] Update template variable help, and add an i18n label for the view photo template. --- lib/WebGUI/i18n/English/Asset_Story.pm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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;