fixed: Back to Album link doesn't work
fixed: Minor i18n wording discrepencies fixed: Photo->www_showConfirmation Add a Photo link points to the wrong place
This commit is contained in:
parent
3e82c7368d
commit
99aa2919d6
5 changed files with 9 additions and 5 deletions
|
|
@ -384,7 +384,7 @@ our $I18N = {
|
|||
},
|
||||
|
||||
'editForm description label' => {
|
||||
message => 'Description',
|
||||
message => 'Album Description',
|
||||
lastUpdated => 0,
|
||||
context => 'Label for the "Description" property of the Album asset',
|
||||
},
|
||||
|
|
@ -443,7 +443,7 @@ our $I18N = {
|
|||
},
|
||||
|
||||
'template delete message' => {
|
||||
message => q{Are you sure you wish to delete this gallery?},
|
||||
message => q{Are you sure you wish to delete this album?},
|
||||
lastUpdated => 0,
|
||||
context => q{The message for the delete page},
|
||||
},
|
||||
|
|
|
|||
|
|
@ -422,7 +422,7 @@ our $I18N = {
|
|||
},
|
||||
|
||||
'editForm synopsis label' => {
|
||||
message => 'Description',
|
||||
message => 'Photo Caption',
|
||||
lastUpdated => 0,
|
||||
context => 'Label for "synopsis" property',
|
||||
},
|
||||
|
|
@ -554,7 +554,7 @@ our $I18N = {
|
|||
},
|
||||
|
||||
'template delete message' => {
|
||||
message => q{Are you sure you wish to delete this gallery?},
|
||||
message => q{Are you sure you wish to delete this?},
|
||||
lastUpdated => 0,
|
||||
context => q{The message for the delete page},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue