Extra blank in the XML::Twig warning - r=wicked on IRC

This commit is contained in:
lpsolit%gmail.com 2006-07-05 21:51:47 +00:00
Родитель bcff7b09c8
Коммит d17442a6c9
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -423,7 +423,7 @@ if ((!$gd || !$chartbase) && !$silent) {
}
if (!$xmlparser && !$silent) {
print "If you want to use the bug import/export feature to move bugs to\n",
"or from other bugzilla installations, you will need to install\n ",
"or from other bugzilla installations, you will need to install\n",
"the XML::Twig module by running (as $::root):\n\n",
" " . install_command("XML::Twig") . "\n\n";
}