Update template variable help, and add an i18n label for the view photo template.
This commit is contained in:
parent
953b96dbe7
commit
55196c4eda
1 changed files with 7 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue