diff options
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 |
