fixed a bunch of GalleryAlbum/Photo tests

This commit is contained in:
Doug Bell 2007-12-26 00:39:08 +00:00
parent 6dfe05b119
commit af271b9f26
13 changed files with 225 additions and 248 deletions

View file

@ -23,6 +23,10 @@ our $I18N = {
message => 'Album settings saved. <a href="%s">Return to Album</a>',
lastUpdated => 0,
},
'delete message' => {
message => 'Album has been deleted. <a href="%s">Return to Gallery</a>',
lastUpdated => 0,
},
'help common title' => {
message => '',

View file

@ -16,6 +16,11 @@ our $I18N = {
lastUpdated => 0,
},
'comment message' => {
message => q{Your comment has been added. <a href="%s">Back to Photo</a>.},
lastUpdated => 0,
},
'help commentForm title' => {
message => 'Photo -- Comment Form',
lastUpdated => 0,