From 7ca4f8e06004740e3dc0c331629daeccc868defe Mon Sep 17 00:00:00 2001 From: plegall Date: Mon, 17 Jan 2011 23:53:47 +0000 Subject: feature 2102: add a few language keys to remove all image/picture/element and replace by photo git-svn-id: http://piwigo.org/svn/trunk@8727 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/cat_modify.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'admin/cat_modify.php') diff --git a/admin/cat_modify.php b/admin/cat_modify.php index 4c0504428..adce08bd2 100644 --- a/admin/cat_modify.php +++ b/admin/cat_modify.php @@ -152,7 +152,7 @@ elseif (isset($_POST['submitAdd'])) array_push( $page['infos'], sprintf( - l10n('Album elements associated to the following albums: %s'), + l10n('Album photos associated to the following albums: %s'), '' @@ -181,7 +181,7 @@ elseif (isset($_POST['submitDestinations']) array_push( $page['infos'], sprintf( - l10n('Album elements associated to the following albums: %s'), + l10n('Album photos associated to the following albums: %s'), '' ) ); -- cgit v1.2.3