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
This commit is contained in:
rvelices 2010-09-21 20:19:41 +00:00
commit b472955f7d
37 changed files with 409 additions and 430 deletions

View file

@ -53,7 +53,7 @@ if (isset($_POST['submit']))
{
array_push(
$page['errors'],
l10n('Select at least one category')
l10n('Select at least one album')
);
}
}