diff options
Diffstat (limited to 'lib/Locale/Maketext.pod')
-rw-r--r-- | lib/Locale/Maketext.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Locale/Maketext.pod b/lib/Locale/Maketext.pod index 2983492a96..916fd34b19 100644 --- a/lib/Locale/Maketext.pod +++ b/lib/Locale/Maketext.pod @@ -888,7 +888,7 @@ but since you anticipate localizing this, you write: my $lh = ThisProject::I18N->get_handle(); # For the moment, assume that things are set up so # that we load class ThisProject::I18N::en - # and that that's the class that $lh belongs to. + # and that's the class that $lh belongs to. ... if(-e $filename) { go_process_file($filename) |