diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-09-13 02:45:15 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-09-13 02:45:15 +0000 |
commit | 1073142d55bde42bc1f382675c3c597c554fc858 (patch) | |
tree | 0ab1a5fa123d847073db23adb6828622b411b5c6 /perl-install/security/help.pm | |
parent | d0df19534add1e72b7772348c7035b6c2f6f0921 (diff) | |
download | drakx-1073142d55bde42bc1f382675c3c597c554fc858.tar drakx-1073142d55bde42bc1f382675c3c597c554fc858.tar.gz drakx-1073142d55bde42bc1f382675c3c597c554fc858.tar.bz2 drakx-1073142d55bde42bc1f382675c3c597c554fc858.tar.xz drakx-1073142d55bde42bc1f382675c3c597c554fc858.zip |
- 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
Diffstat (limited to 'perl-install/security/help.pm')
-rw-r--r-- | perl-install/security/help.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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."), |