diff options
| author | fisharebest <fisharebest@gmail.com> | 2011-11-19 09:01:30 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2011-11-19 09:01:30 +0000 |
| commit | da74eac2df5776dcebad5a180ac018b2a69a1dbc (patch) | |
| tree | 2627ad028bbd8e91117d7b2cc7755ebfe122d83d /library | |
| parent | 78ee35629cd1e1fcc6aeca3444754af86e691a75 (diff) | |
| download | webtrees-da74eac2df5776dcebad5a180ac018b2a69a1dbc.tar.gz webtrees-da74eac2df5776dcebad5a180ac018b2a69a1dbc.tar.bz2 webtrees-da74eac2df5776dcebad5a180ac018b2a69a1dbc.zip | |
Fix I18N comments
Diffstat (limited to 'library')
| -rw-r--r-- | library/WT/Report/Base.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/WT/Report/Base.php b/library/WT/Report/Base.php index f4a80ef223..441f607245 100644 --- a/library/WT/Report/Base.php +++ b/library/WT/Report/Base.php @@ -214,7 +214,7 @@ class WT_Report_Base { // Set the Keywords $this->rkeywords = ''; // Generated By...text - // I18N This is a report footer. %s is the name of the application. + // I18N: This is a report footer. %s is the name of the application. $this->generatedby = WT_I18N::translate('Generated by %s', WT_WEBTREES.' '.WT_VERSION_TEXT); // For known size pages |
