diff options
author | Brendan O'Dea <bod@debian.org> | 2013-06-06 03:25:55 +1000 |
---|---|---|
committer | Brendan O'Dea <bod@debian.org> | 2013-06-06 03:25:55 +1000 |
commit | 9e3cc96e982453c1bcae4e1675513cd3e9692750 (patch) | |
tree | 2d0846e41aa461aaa9463553e9b38975a1d2e9e3 /help2man.PL | |
parent | 77148dc2c861e06bb3a7f6a1be50cef582087a28 (diff) | |
download | help2man-9e3cc96e982453c1bcae4e1675513cd3e9692750.tar.gz |
Relocate comment to translators so that it is included in POT again
Diffstat (limited to 'help2man.PL')
-rwxr-xr-x | help2man.PL | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/help2man.PL b/help2man.PL index 525deda..c3d4472 100755 --- a/help2man.PL +++ b/help2man.PL @@ -418,15 +418,15 @@ else # No info for `info' itself. $opt_no_info = 1 if $program eq 'info'; -# Translators: "NAME", "SYNOPSIS" and other one or two word strings in all -# upper case are manual page section headings. The man(1) manual page in your -# language, if available should provide the conventional translations. if ($opt_name) { # --name overrides --include contents. $replace{_('NAME')} = "$program \\- $opt_name\n"; } +# Translators: "NAME", "SYNOPSIS" and other one or two word strings in all +# upper case are manual page section headings. The man(1) manual page in your +# language, if available should provide the conventional translations. for ($replace{_('NAME')} || ($include{_('NAME')} ||= '')) { if ($_) # Use first name given as $program |