aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/admin/picture_modify.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/yoga/admin/picture_modify.tpl')
-rw-r--r--template/yoga/admin/picture_modify.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/yoga/admin/picture_modify.tpl b/template/yoga/admin/picture_modify.tpl
index 44564486a..9cb4af880 100644
--- a/template/yoga/admin/picture_modify.tpl
+++ b/template/yoga/admin/picture_modify.tpl
@@ -77,8 +77,8 @@
<tr>
<td><strong>{lang:Creation date}</strong></td>
<td>
- <label><input type="radio" name="date_creation_action" value="unset" /> unset</label>
- <input type="radio" name="date_creation_action" value="set" id="date_creation_action_set" /> set to
+ <label><input type="radio" name="date_creation_action" value="unset" /> {lang:unset}</label>
+ <input type="radio" name="date_creation_action" value="set" id="date_creation_action_set" /> {lang:set to}
<select onmousedown="document.getElementById('date_creation_action_set').checked = true;" name="date_creation_day">
<!-- BEGIN date_creation_day -->
<option {date_creation_day.SELECTED} value="{date_creation_day.VALUE}">{date_creation_day.OPTION}</option>