Update template variable help, and add an i18n label for the view photo template.

This commit is contained in:
Colin Kuskie 2009-03-23 18:14:45 +00:00
parent 953b96dbe7
commit 55196c4eda

View file

@ -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;