diff --git a/lib/WebGUI/Asset/Wobject/GalleryAlbum.pm b/lib/WebGUI/Asset/Wobject/GalleryAlbum.pm
index 136342744..bb5ee0f5c 100644
--- a/lib/WebGUI/Asset/Wobject/GalleryAlbum.pm
+++ b/lib/WebGUI/Asset/Wobject/GalleryAlbum.pm
@@ -1335,8 +1335,8 @@ sub www_showConfirmation {
my $output = '
' . sprintf( $i18n->get('save message'), $self->getUrl ) . '
'
. '' . $i18n->get('what next') . '
'
. ''
- . sprintf( $i18n->get('add photo'), $self->getUrl('func=add;class=WebGUI::Asset::File::GalleryFile::Photo') )
- . sprintf( $i18n->get('return to album'), $self->getUrl )
+ . sprintf( '- %s
', $self->getUrl('func=add;class=WebGUI::Asset::File::GalleryFile::Photo'), $i18n->get('add photo') )
+ . sprintf( '- %s
', $self->getUrl, $i18n->get('return to album') )
. '
'
;
diff --git a/lib/WebGUI/i18n/English/Asset_GalleryAlbum.pm b/lib/WebGUI/i18n/English/Asset_GalleryAlbum.pm
index 2a18a8604..fed27ccc7 100644
--- a/lib/WebGUI/i18n/English/Asset_GalleryAlbum.pm
+++ b/lib/WebGUI/i18n/English/Asset_GalleryAlbum.pm
@@ -29,12 +29,12 @@ our $I18N = {
},
'add photo' => {
- message => 'Add Photo',
+ message => 'Add Photo',
lastUpdated => 0,
},
'return to album' => {
- message => 'Return to Album',
+ message => 'Return to Album',
lastUpdated => 0,
},