From b472955f7d994ad66f62a39b8e1dbb541ac17a4f Mon Sep 17 00:00:00 2001 From: rvelices Date: Tue, 21 Sep 2010 20:19:41 +0000 Subject: feature 1616: rename "category" into "album" (3rd commit; still to come) git-svn-id: http://piwigo.org/svn/trunk@6988 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/cat_move.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'admin/cat_move.php') diff --git a/admin/cat_move.php b/admin/cat_move.php index 83f026d68..d33de8ff0 100644 --- a/admin/cat_move.php +++ b/admin/cat_move.php @@ -53,7 +53,7 @@ if (isset($_POST['submit'])) { array_push( $page['errors'], - l10n('Select at least one category') + l10n('Select at least one album') ); } } -- cgit v1.2.3