diff options
Diffstat (limited to 'admin/themes/default/template/element_set_global.tpl')
-rw-r--r-- | admin/themes/default/template/element_set_global.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/themes/default/template/element_set_global.tpl b/admin/themes/default/template/element_set_global.tpl index b357cae54..73ec42f88 100644 --- a/admin/themes/default/template/element_set_global.tpl +++ b/admin/themes/default/template/element_set_global.tpl @@ -104,7 +104,7 @@ <table> <tr> - <td>{'associate to category'|@translate}</td> + <td>{'Associate to album'|@translate}</td> <td> <select style="width:400px" name="associate" size="1"> <option value="0">------------</option> @@ -114,7 +114,7 @@ </tr> <tr> - <td>{'dissociate from category'|@translate}</td> + <td>{'Dissociate from album'|@translate}</td> <td> <select style="width:400px" name="dissociate" size="1"> <option value="0">------------</option> |