Fix return link
authorJamie Cameron <jcameron@webmin.com>
Sun, 13 Feb 2011 01:11:11 +0000 (17:11 -0800)
committerJamie Cameron <jcameron@webmin.com>
Sun, 13 Feb 2011 01:11:11 +0000 (17:11 -0800)
procmail/index.cgi

index 7257db8..43e9bfc 100755 (executable)
@@ -18,7 +18,7 @@ if (!$module_info{'usermin'} && !&has_command($config{'procmail'})) {
        &foreign_require("software", "software-lib.pl");
        $lnk = &software::missing_install_link(
                        "procmail", $text{'index_procmail'},
-                       "../$module_name/", $text{'index_header'});
+                       "../$module_name/", $text{'index_title'});
        print $lnk,"<p>\n" if ($lnk);
 
        &ui_print_footer("/", $text{'index_return'});