feature 2102 : rename item/image/picture to photo (admin side)
also remove duplicates/unused admin lang keys git-svn-id: http://piwigo.org/svn/trunk@8682 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
18893b97d4
commit
3d940e6121
44 changed files with 1035 additions and 1196 deletions
|
|
@ -89,7 +89,7 @@ if (isset($_POST['submit']))
|
|||
// photo in the selection
|
||||
if (count($collection) == 0)
|
||||
{
|
||||
array_push($page['errors'], l10n('Select at least one picture'));
|
||||
array_push($page['errors'], l10n('Select at least one photo'));
|
||||
}
|
||||
|
||||
$action = $_POST['selectAction'];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue