Changed 'Archive' to 'Categories' in entry editor
Noticed that when editing an entry, the categories checkbox container's name was 'Archive'. I modified the template and the lang file so that it's 'Categories' from now on.
This commit is contained in:
parent
e6aaf4b96f
commit
60442e00e3
@ -51,7 +51,7 @@
|
|||||||
|
|
||||||
{* end of inline form *}
|
{* end of inline form *}
|
||||||
|
|
||||||
<fieldset id="admin-entry-categories"><legend>{$panelstrings.archive}</legend>
|
<fieldset id="admin-entry-categories"><legend>{$panelstrings.categories}</legend>
|
||||||
{list_categories type=form selected=$categories}
|
{list_categories type=form selected=$categories}
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
|
@ -43,7 +43,7 @@
|
|||||||
'submit' => 'Publish',
|
'submit' => 'Publish',
|
||||||
'preview' => 'Preview',
|
'preview' => 'Preview',
|
||||||
'savecontinue' => 'Save&Continue',
|
'savecontinue' => 'Save&Continue',
|
||||||
'archive' => 'Archive',
|
'categories' => 'Categories',
|
||||||
'nocategories' => 'No categories set. <a href="admin.php?p=entry&action=cats">Create your own '.
|
'nocategories' => 'No categories set. <a href="admin.php?p=entry&action=cats">Create your own '.
|
||||||
'categories</a> from the main entry panel. '.
|
'categories</a> from the main entry panel. '.
|
||||||
'<a href="#save">Save</a> your entry first.',
|
'<a href="#save">Save</a> your entry first.',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user