diff options
Diffstat (limited to 'admin/template')
-rw-r--r-- | admin/template/yoga/admin/cat_modify.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/template/yoga/admin/cat_modify.tpl b/admin/template/yoga/admin/cat_modify.tpl index b3b67afd8..aeac221e6 100644 --- a/admin/template/yoga/admin/cat_modify.tpl +++ b/admin/template/yoga/admin/cat_modify.tpl @@ -70,7 +70,7 @@ <tr> <td><strong>{'lock'|@translate}</strong> <td> - {html_radios name='visible' values='false,true'|@explode output='No,Yes'|@explode|translate selected=$CAT_VISIBLE} + {html_radios name='visible' values='true,false'|@explode output='No,Yes'|@explode|translate selected=$CAT_VISIBLE} </td> </tr> <tr> |