diff options
| author | Nigel Osborne <kiwi3685@me.com> | 2010-05-04 03:34:00 +0000 |
|---|---|---|
| committer | Nigel Osborne <kiwi3685@me.com> | 2010-05-04 03:34:00 +0000 |
| commit | e2fa6e8bcb657cc8cc1f93174ed0270fde6220a5 (patch) | |
| tree | 1c685fef5a36c8c6944993b8d9ab84e5fcefc431 /modules/clippings/index.php | |
| parent | ebd4846cf495e5a3b5dbe4ac52804df6850a0c20 (diff) | |
| download | webtrees-e2fa6e8bcb657cc8cc1f93174ed0270fde6220a5.tar.gz webtrees-e2fa6e8bcb657cc8cc1f93174ed0270fde6220a5.tar.bz2 webtrees-e2fa6e8bcb657cc8cc1f93174ed0270fde6220a5.zip | |
Replace _PGVUSER with _WT_USER
Diffstat (limited to 'modules/clippings/index.php')
| -rw-r--r-- | modules/clippings/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/clippings/index.php b/modules/clippings/index.php index 52373568cf..fa5588dffc 100644 --- a/modules/clippings/index.php +++ b/modules/clippings/index.php @@ -219,7 +219,7 @@ if ($ct==0) { <tr><td class="descriptionbox width50 wrap"><?php echo i18n::translate('Convert from UTF-8 to ANSI (ISO-8859-1)'), help_link('utf8_ansi'); ?></td>
<td class="optionbox"><input type="checkbox" name="convert" value="yes" /></td></tr>
- <tr><td class="descriptionbox width50 wrap"><?php echo i18n::translate('Remove custom PGV tags? (eg. _PGVU, _THUM)'), help_link('remove_tags'); ?></td>
+ <tr><td class="descriptionbox width50 wrap"><?php echo i18n::translate('Remove custom PGV tags? (eg. _WT_USER, _THUM)'), help_link('remove_tags'); ?></td>
<td class="optionbox"><input type="checkbox" name="remove" value="yes" checked="checked" /></td></tr>
<tr><td class="descriptionbox width50 wrap"><?php echo i18n::translate('Convert media path to'), help_link('convertPath'); ?></td>
|
