aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2005-10-22 12:26:16 +0000
committerplegall <plg@piwigo.org>2005-10-22 12:26:16 +0000
commitbd5d03a2a7d0172b8bbfd1d5fa9c659175f6db77 (patch)
tree929daeac3ebf953448401aadb37949938ecc92fd
parent11615fcba672808a02920102e74f439a4087f036 (diff)
- use language item for set/unset instead of hard coded english items
git-svn-id: http://piwigo.org/svn/trunk@907 68402e56-0260-453c-a942-63ccdbb3a9ee
-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>