feature 1616: rename "category" into "album" (second commit; still to come)

git-svn-id: http://piwigo.org/svn/trunk@6969 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rvelices 2010-09-19 19:50:02 +00:00
commit 7907d31a9c
32 changed files with 315 additions and 317 deletions

View file

@ -1258,7 +1258,7 @@ UPDATE
pwg_query($query);
return array(
'info' => l10n('Virtual category added'),
'info' => l10n('Virtual album added'),
'id' => $inserted_id,
);
}