diff options
| author | Greg Roach <fisharebest@gmail.com> | 2016-06-17 15:21:37 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2016-06-18 15:04:58 +0100 |
| commit | 2a277e58332d8b4d6cf0f49c3fcba6704ef09f17 (patch) | |
| tree | fc308267685bad2f1956adbda363ce0266e8086d /app/Module/ClippingsCartModule.php | |
| parent | a99e8d901a58fb191f743a65fc00908536f4f154 (diff) | |
| download | webtrees-2a277e58332d8b4d6cf0f49c3fcba6704ef09f17.tar.gz webtrees-2a277e58332d8b4d6cf0f49c3fcba6704ef09f17.tar.bz2 webtrees-2a277e58332d8b4d6cf0f49c3fcba6704ef09f17.zip | |
Fix #909 - not all user-interfaces use 'click'
Diffstat (limited to 'app/Module/ClippingsCartModule.php')
| -rw-r--r-- | app/Module/ClippingsCartModule.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Module/ClippingsCartModule.php b/app/Module/ClippingsCartModule.php index ad8a20dbc3..6a870724b9 100644 --- a/app/Module/ClippingsCartModule.php +++ b/app/Module/ClippingsCartModule.php @@ -308,7 +308,7 @@ class ClippingsCartModule extends AbstractModule implements ModuleMenuInterface, if (!$cart[$WT_TREE->getTreeId()]) { if ($clip_ctrl->action != 'add') { - echo 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 I18N::translate('The clippings cart allows you to take extracts from this family tree and download them as a GEDCOM file.'); ?> <form method="get" name="addin" action="module.php"> <input type="hidden" name="mod" value="clippings"> |
