diff options
Diffstat (limited to 'modules_v3/clippings/module.php')
| -rw-r--r-- | modules_v3/clippings/module.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules_v3/clippings/module.php b/modules_v3/clippings/module.php index 17f79acc75..8ccba25199 100644 --- a/modules_v3/clippings/module.php +++ b/modules_v3/clippings/module.php @@ -135,7 +135,7 @@ class clippings_WT_Module extends WT_Module implements WT_Module_Menu, WT_Module if (!$WT_SESSION->cart[WT_GED_ID]) { if ($clip_ctrl->action!='add') { - echo WT_I18N::translate('The clippings cart allows you to take extracts (“clippings”) from this family tree and bundle them up into a single file for downloading and subsequent importing into your own genealogy program. The downloadable file is recorded in GEDCOM format.<br><ul><li>How to take clippings?<br>This is really simple. Whenever you see a clickable name (individual, family, or source) you can go to the Details page of that name. There you will see the <b>Add to clippings cart</b> option. When you click that link you will be offered several options to download.</li><li>How to download?<br>Once you have items in your cart, you can download them just by clicking the “Download” link. Follow the instructions and links.</li></ul>'); + echo WT_I18N::translate('The clippings cart allows you to take extracts (“clippings”) from this family tree and bundle them up into a single file for downloading and subsequent importing into your own genealogy program. The downloadable file is recorded in GEDCOM format.<br><ul><li>How to take clippings?<br>This is really simple. Whenever you see a clickable name (individual, family, or source) you can go to the Details page of that name. There you will see the <b>Add to clippings cart</b> option. When you click that link you will be offered several options to download.</li><li>How to download?<br>Once you have items in your cart, you can download them just by clicking the “Download” link. Follow the instructions and links.</li></ul>'); ?> <form method="get" name="addin" action="module.php"> <input type="hidden" name="mod" value="clippings"> |
