From ab924a14bd64f4fd2ede3febd76007ea43b9d91a Mon Sep 17 00:00:00 2001 From: plegall Date: Wed, 25 Jul 2012 10:58:25 +0000 Subject: merge r17006 from branch 2.4 to trunk bug 2655 fixed: maximum length for album name is 255 chars git-svn-id: http://piwigo.org/svn/trunk@17007 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/default/template/include/add_album.inc.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'admin/themes/default/template/include') diff --git a/admin/themes/default/template/include/add_album.inc.tpl b/admin/themes/default/template/include/add_album.inc.tpl index 82178ab11..1fe8cea21 100644 --- a/admin/themes/default/template/include/add_album.inc.tpl +++ b/admin/themes/default/template/include/add_album.inc.tpl @@ -95,7 +95,7 @@ jQuery(document).ready(function(){ {html_options options=$category_parent_options selected=$category_parent_options_selected} -

{'Album name'|@translate}
+

{'Album name'|@translate}



-- cgit v1.2.3