diff options
author | rvelices <rv-github@modusoptimus.com> | 2010-09-19 19:50:02 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2010-09-19 19:50:02 +0000 |
commit | 7907d31a9c757ea8224ad6ecde5deb434806ebbc (patch) | |
tree | 975a1cfdb54079d22f3003100f63dfc7f77767f9 /admin/cat_options.php | |
parent | c206a73dd21bd16e8666396455b42936a6551992 (diff) |
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
Diffstat (limited to 'admin/cat_options.php')
-rw-r--r-- | admin/cat_options.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/admin/cat_options.php b/admin/cat_options.php index b36083c49..1561206d4 100644 --- a/admin/cat_options.php +++ b/admin/cat_options.php @@ -253,7 +253,7 @@ SELECT id,name,uppercats,global_rank ;'; $template->assign( array( - 'L_SECTION' => l10n('Lock categories'), + 'L_SECTION' => l10n('Lock albums'), 'L_CAT_OPTIONS_TRUE' => l10n('Unlocked'), 'L_CAT_OPTIONS_FALSE' => l10n('Locked'), ) @@ -275,8 +275,8 @@ SELECT id,name,uppercats,global_rank $template->assign( array( 'L_SECTION' => l10n('Manage authorizations for selected categories'), - 'L_CAT_OPTIONS_TRUE' => l10n('Public category'), - 'L_CAT_OPTIONS_FALSE' => l10n('Private category'), + 'L_CAT_OPTIONS_TRUE' => l10n('Public'), + 'L_CAT_OPTIONS_FALSE' => l10n('Private'), ) ); break; |