diff options
| author | laetzer <laetzer@users.sourceforge.net> | 2008-08-27 13:04:36 +0000 |
|---|---|---|
| committer | laetzer <laetzer@users.sourceforge.net> | 2008-08-27 13:04:36 +0000 |
| commit | 96192a9d49d7b8a33349936d8aca5496ccc4cbc1 (patch) | |
| tree | c69c18d39c0763f2c10b60f8fddcba21220af5bb /templates | |
| parent | 538c4170f2f836e28b242b8572eb2568c8ff2a10 (diff) | |
| download | fisheye-96192a9d49d7b8a33349936d8aca5496ccc4cbc1.tar.gz fisheye-96192a9d49d7b8a33349936d8aca5496ccc4cbc1.tar.bz2 fisheye-96192a9d49d7b8a33349936d8aca5496ccc4cbc1.zip | |
normal instead of special characters
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/image_order.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/image_order.tpl b/templates/image_order.tpl index 8dde982..db27568 100644 --- a/templates/image_order.tpl +++ b/templates/image_order.tpl @@ -101,7 +101,7 @@ </optgroup> {if $gBitSystem->isPackageActive( 'gatekeeper' ) } <optgroup label="{tr}Set Security to{/tr}"> - <option value="security:">~~ {tr}Publically Visible{/tr} ~~</option> + <option value="security:">{tr}None (publically visible){/tr}</option> {foreach from=$securities key=secId item=sec} <option value="security:{$secId}">{tr}Set Security to{/tr} "{$sec.security_description}"</option> {/foreach} |
