diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-12-29 12:41:19 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-12-29 12:41:19 +0000 |
| commit | fc97567cdc2582e4834607c471464e160d08e554 (patch) | |
| tree | 5d6dd85ec7c580331e98ffe3a25b7c9879a2cb44 /templates/resize_image_select.tpl | |
| parent | b1d0a519f99680e982fe11953f0e38146a71fcec (diff) | |
| download | fisheye-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.tpl | 2 |
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> |
