fixed: Gallery now gives an error message when a Zip archive is being naughty

This commit is contained in:
Doug Bell 2008-08-11 20:18:31 +00:00
parent edb0f2f622
commit 980dc18831
3 changed files with 14 additions and 2 deletions

View file

@ -311,6 +311,12 @@ our $I18N = {
lastUpdated => 0,
},
'addArchive error generic' => {
message => 'There was an error uploading your archive: %s',
lastUpdated => 0,
context => 'Lead in to an error message from WebGUI',
},
'template url_addPhoto' => {
message => 'Add a Photo',
lastUpdated => 0,