diff options
Diffstat (limited to 'admin/themes/default/template/photos_add_direct.tpl')
-rw-r--r-- | admin/themes/default/template/photos_add_direct.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/admin/themes/default/template/photos_add_direct.tpl b/admin/themes/default/template/photos_add_direct.tpl index 2f45a1251..f737c540c 100644 --- a/admin/themes/default/template/photos_add_direct.tpl +++ b/admin/themes/default/template/photos_add_direct.tpl @@ -280,13 +280,13 @@ var sizeLimit = {$upload_max_filesize}; <form id="uploadForm" enctype="multipart/form-data" method="post" action="{$form_action}" class="properties"> <fieldset> - <legend>{'Drop into category'|@translate}</legend> + <legend>{'Drop into album'|@translate}</legend> {if $upload_mode eq 'multiple'} <input name="upload_id" value="{$upload_id}" type="hidden"> {/if} - <label><input type="radio" name="category_type" value="existing"> {'existing category'|@translate}</label> - <label><input type="radio" name="category_type" value="new" checked="checked"> {'create a new category'|@translate}</label> + <label><input type="radio" name="category_type" value="existing"> {'existing album'|@translate}</label> + <label><input type="radio" name="category_type" value="new" checked="checked"> {'create a new album'|@translate}</label> <div id="category_type_existing" style="display:none" class="category_selection"> <select class="categoryDropDown" name="category"> |