From 1073142d55bde42bc1f382675c3c597c554fc858 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 13 Sep 2004 02:45:15 +0000 Subject: - fix label of entry in help - move help from tooltips into separate page (#9894) rationale: - there's already a "help" button that do the same thing as mcc one - Gtk+ only support tooltips on widgets that have their own X window (which new GkComboBox widget has not) - tooltips are usefull on first run but then are just annoying --- perl-install/security/help.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/security') diff --git a/perl-install/security/help.pm b/perl-install/security/help.pm index 92276f272..cbf07cfb6 100644 --- a/perl-install/security/help.pm +++ b/perl-install/security/help.pm @@ -73,7 +73,7 @@ and crontab(1))."), 'enable_console_log' => N("Enable/Disable syslog reports to console 12"), 'enable_dns_spoofing_protection' => N("Enable/Disable name resolution spoofing protection. If -\"alert\" is true, also reports to syslog."), +\"%s\" is true, also reports to syslog.", N("Security Alerts:")), 'enable_ip_spoofing_protection' => N("Enable/Disable IP spoofing protection."), -- cgit v1.2.1