summaryrefslogtreecommitdiff
path: root/templates/resize_image_select.tpl
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-12-29 12:41:19 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-12-29 12:41:19 +0000
commitfc97567cdc2582e4834607c471464e160d08e554 (patch)
tree5d6dd85ec7c580331e98ffe3a25b7c9879a2cb44 /templates/resize_image_select.tpl
parentb1d0a519f99680e982fe11953f0e38146a71fcec (diff)
downloadfisheye-fc97567cdc2582e4834607c471464e160d08e554.tar.gz
fisheye-fc97567cdc2582e4834607c471464e160d08e554.tar.bz2
fisheye-fc97567cdc2582e4834607c471464e160d08e554.zip
missing {tr}s
Diffstat (limited to 'templates/resize_image_select.tpl')
-rw-r--r--templates/resize_image_select.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/resize_image_select.tpl b/templates/resize_image_select.tpl
index 7e6018c..9813569 100644
--- a/templates/resize_image_select.tpl
+++ b/templates/resize_image_select.tpl
@@ -1,7 +1,7 @@
{formlabel label="Reduce Original Size" for="resize"}
{forminput}
<select name="resize" id="resize">
- <option value="">Don't Resize</option>
+ <option value="">{tr}Don't Resize{/tr}</option>
<option value="640">1/3 MegaPixel ( 640 x 480 )</option>
<option value="1024">3/4 MegaPixel ( 1024 x 768 )</option>
<option value="1280">1 MegaPixel ( 1280 x 1024 )</option>