Added internationalisations in Gallery.pm "Return to Album" and "Add Photo"
This commit is contained in:
parent
f1ea8acdaf
commit
bdfe3b545a
3 changed files with 16 additions and 2 deletions
|
|
@ -1335,7 +1335,8 @@ sub www_showConfirmation {
|
|||
my $output = '<p>' . sprintf( $i18n->get('save message'), $self->getUrl ) . '</p>'
|
||||
. '<p>' . $i18n->get('what next') . '</p>'
|
||||
. '<ul>'
|
||||
. sprintf( '<li><a href="%s">Add Photo</a></li>', $self->getUrl('func=add;class=WebGUI::Asset::File::GalleryFile::Photo') )
|
||||
. sprintf( $i18n->get('add photo'), $self->getUrl('func=add;class=WebGUI::Asset::File::GalleryFile::Photo') )
|
||||
. sprintf( $i18n->get('return to album'), $self->getUrl )
|
||||
. '</ul>'
|
||||
;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue