'
@@ -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'),
'
'.implode('
', $category_names).'
'
)
);
diff --git a/admin/picture_modify.php b/admin/picture_modify.php
index db776c6d3..b14f419d5 100644
--- a/admin/picture_modify.php
+++ b/admin/picture_modify.php
@@ -118,7 +118,7 @@ if (isset($_POST['submit']) and count($page['errors']) == 0)
}
set_tags($tag_ids, $_GET['image_id']);
- array_push($page['infos'], l10n('Picture informations updated'));
+ array_push($page['infos'], l10n('Photo informations updated'));
}
// associate the element to other categories than its storage category
if (isset($_POST['associate'])
diff --git a/admin/themes/default/template/cat_list.tpl b/admin/themes/default/template/cat_list.tpl
index 1a41344cd..0990258e5 100644
--- a/admin/themes/default/template/cat_list.tpl
+++ b/admin/themes/default/template/cat_list.tpl
@@ -70,7 +70,7 @@ jQuery(document).ready(function(){ldelim}
{/if}