summaryrefslogtreecommitdiff
path: root/help2man.PL
diff options
context:
space:
mode:
authorBrendan O'Dea <bod@debian.org>2013-06-06 03:25:55 +1000
committerBrendan O'Dea <bod@debian.org>2013-06-06 03:25:55 +1000
commit9e3cc96e982453c1bcae4e1675513cd3e9692750 (patch)
tree2d0846e41aa461aaa9463553e9b38975a1d2e9e3 /help2man.PL
parent77148dc2c861e06bb3a7f6a1be50cef582087a28 (diff)
downloadhelp2man-9e3cc96e982453c1bcae4e1675513cd3e9692750.tar.gz
Relocate comment to translators so that it is included in POT again
Diffstat (limited to 'help2man.PL')
-rwxr-xr-xhelp2man.PL6
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