Refactor the gallery album i18n so translators don't have to translate URLs

when not needed.
This commit is contained in:
Colin Kuskie 2009-05-14 16:09:09 +00:00
parent be0891f382
commit b805e75765
2 changed files with 4 additions and 4 deletions

View file

@ -29,12 +29,12 @@ our $I18N = {
},
'add photo' => {
message => '<li><a href="%s">Add Photo</a></li>',
message => 'Add Photo',
lastUpdated => 0,
},
'return to album' => {
message => '<li><a href="%s">Return to Album</a></li>',
message => 'Return to Album',
lastUpdated => 0,
},