From: David ‘Bombe’ Roden Date: Wed, 12 Jan 2011 19:52:44 +0000 (+0100) Subject: Add title above album creation form. X-Git-Tag: beta-freefall-0.6.2-1~104 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=5e9e5f4c5cc5bc65447672fffce279148a64cc73 Add title above album creation form. --- diff --git a/src/main/resources/i18n/sone.en.properties b/src/main/resources/i18n/sone.en.properties index be31272..2c15817 100644 --- a/src/main/resources/i18n/sone.en.properties +++ b/src/main/resources/i18n/sone.en.properties @@ -170,6 +170,7 @@ View.Post.Reply.DeleteLink=Delete View.Post.LikeLink=Like View.Post.UnlikeLink=Unlike +View.CreateAlbum.Title=Create Album View.CreateAlbum.Label.Name=Name: WebInterface.DefaultText.StatusUpdate=What’s on your mind? diff --git a/src/main/resources/templates/include/createAlbum.html b/src/main/resources/templates/include/createAlbum.html index 1404410..6e3623f 100644 --- a/src/main/resources/templates/include/createAlbum.html +++ b/src/main/resources/templates/include/createAlbum.html @@ -1,3 +1,5 @@ +

<%= View.CreateAlbum.Title|l10n|html>

+