diff options
Diffstat (limited to '')
-rw-r--r-- | tools/albums.lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/albums.lang.php b/tools/albums.lang.php index 39194a8f9..80cf3ba00 100644 --- a/tools/albums.lang.php +++ b/tools/albums.lang.php @@ -67,7 +67,7 @@ $lang['Categories'] = 'Albums'; $lang['Category'] = 'Album'; $lang['The RSS notification feed provides notification on news from this website : new pictures, updated categories, new comments. Use a RSS feed reader.'] = 'The RSS notification feed provides notification on news from this website : new pictures, updated albums, new comments. Use a RSS feed reader.'; $lang['Expand all categories'] = 'Expand all albums'; -$lang['shows images at the root of this category'] = 'shows images at the root of this album'; +$lang['shows images at the root of this category'] = 'display this album'; $lang['in this category'] = 'in this album'; $lang['in %d sub-category'] = 'in %d sub-album'; $lang['in %d sub-categories'] = 'in %d sub-albums'; |