diff options
| author | fisharebest <fisharebest@gmail.com> | 2012-11-16 13:58:16 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2012-11-16 13:58:16 +0000 |
| commit | 67a0e7ab6899d085d18fc87c868dbb554e20b248 (patch) | |
| tree | 1235838f8d73c02f921e865554309cf97e4498e5 /modules_v3/recent_changes/module.php | |
| parent | ed54de457c3bc6ef0baa9c4d12a351251973fa0a (diff) | |
| download | webtrees-67a0e7ab6899d085d18fc87c868dbb554e20b248.tar.gz webtrees-67a0e7ab6899d085d18fc87c868dbb554e20b248.tar.bz2 webtrees-67a0e7ab6899d085d18fc87c868dbb554e20b248.zip | |
Cosmetic: updates to I18N hints
Diffstat (limited to 'modules_v3/recent_changes/module.php')
| -rw-r--r-- | modules_v3/recent_changes/module.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules_v3/recent_changes/module.php b/modules_v3/recent_changes/module.php index e9bb4c8056..ba4adee03b 100644 --- a/modules_v3/recent_changes/module.php +++ b/modules_v3/recent_changes/module.php @@ -38,7 +38,7 @@ class recent_changes_WT_Module extends WT_Module implements WT_Module_Block { // Extend class WT_Module public function getDescription() { - return /* I18N: Description of the "Recent changes" module */ WT_I18N::translate('A list of records that have been updated recently.'); + return /* I18N: Description of the “Recent changes” module */ WT_I18N::translate('A list of records that have been updated recently.'); } // Implement class WT_Module_Block |
