diff options
| author | fisharebest <fisharebest@gmail.com> | 2010-09-06 20:01:33 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2010-09-06 20:01:33 +0000 |
| commit | b7bf82aa1ead5cf50c612a07173d1c0b2ad5f7d8 (patch) | |
| tree | c2ce75f8e76e2f23511c868ffc1341625507109d /help_text.php | |
| parent | c6706170e28dee93cc530f0652b9fbaaa7733293 (diff) | |
| download | webtrees-b7bf82aa1ead5cf50c612a07173d1c0b2ad5f7d8.tar.gz webtrees-b7bf82aa1ead5cf50c612a07173d1c0b2ad5f7d8.tar.bz2 webtrees-b7bf82aa1ead5cf50c612a07173d1c0b2ad5f7d8.zip | |
#631624 - translate,#4413,../help_text.php:2998
Diffstat (limited to 'help_text.php')
| -rw-r--r-- | help_text.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/help_text.php b/help_text.php index 9168798c09..d9c8ba7202 100644 --- a/help_text.php +++ b/help_text.php @@ -2995,7 +2995,7 @@ case 'repolist.php': case 'reportengine.php': $title=i18n::translate('Reports'); - $text=i18n::translate('This page allows you to generate reports, which can be saved on your computer for later viewing. You can view these reports at a later time, without being connected to <b>webtrees</b> or the internet. Reports are available in two formats: PDF (for printing) and HTML (for viewing on screen).'). + $text=i18n::translate('This page allows you to generate reports, which can be saved on your computer. You can view these reports at a later time, without being connected to <b>webtrees</b> or the internet. Reports are available in two formats: PDF (for printing) and HTML (for viewing on screen).'). '<br/><br/>'. i18n::translate('Since reports can contain private data, some may only be available when you are logged in. The site administrator can configure access levels using the module administration page.'); break; |
