diff options
| -rw-r--r-- | downloadgedcom.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/downloadgedcom.php b/downloadgedcom.php index b0150f1ef6..a0bdf4a414 100644 --- a/downloadgedcom.php +++ b/downloadgedcom.php @@ -137,8 +137,6 @@ print_header(WT_I18N::translate('Download GEDCOM')); </td></tr> <tr><td class="descriptionbox width50 wrap"><?php echo WT_I18N::translate('Convert from UTF-8 to ANSI (ISO-8859-1)'), help_link('utf8_ansi'); ?></td> <td class="list_value"><input type="checkbox" name="convert" value="yes" /></td></tr> - <tr><td class="descriptionbox width50 wrap"><?php echo WT_I18N::translate('Remove custom webtrees tags? (eg. _WT_USER, _THUM)'), help_link('remove_tags'); ?></td> - <td class="list_value"><input type="checkbox" name="remove" value="yes" /></td></tr> <tr><td class="descriptionbox width50 wrap"><?php echo WT_I18N::translate('Convert media path to'), help_link('convertPath'); ?></td> <td class="list_value"><input type="text" name="conv_path" size="30" value="<?php echo getLRM(), $conv_path, getLRM(); ?>" /></td></tr> <tr><td class="descriptionbox width50 wrap"><?php echo WT_I18N::translate('Convert media folder separators to'), help_link('convertSlashes'); ?></td> |
