diff options
author | Mavridis Philippe <[email protected]> | 2021-01-29 21:53:41 +0200 |
---|---|---|
committer | Mavridis Philippe <[email protected]> | 2021-01-29 21:53:41 +0200 |
commit | cb918ef3545c4b202ece5e012f7941646577737a (patch) | |
tree | f844d13ededf38eb98b53343f78853d1611c03e6 /src | |
parent | 90b3afee636092eb274b5aaa64f2a7f84bb2174f (diff) | |
download | klamav-cb918ef3545c4b202ece5e012f7941646577737a.tar.gz klamav-cb918ef3545c4b202ece5e012f7941646577737a.zip |
Removed unhelpful 'What Is?' messages for some self-descriptory options.
These messages are the same with the options' labels and caused
duplicate entries in i18n files.
Signed-off-by: Mavridis Philippe <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/klamavconfig.kcfg | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/klamavconfig.kcfg b/src/klamavconfig.kcfg index 1106e89..420beeb 100644 --- a/src/klamavconfig.kcfg +++ b/src/klamavconfig.kcfg @@ -122,37 +122,30 @@ <group name="FileTypes"> <entry name="VirusEncrypted" type="Bool"> <label>Mark Encrypted Files as Suspicious</label> - <whatsthis>Mark Encrypted Files as Suspicious.</whatsthis> <default>true</default> </entry> <entry name="VirusBroken" type="Bool"> <label>Mark Broken Files as Suspicious</label> - <whatsthis>Mark Broken Files as Suspicious.</whatsthis> <default>true</default> </entry> <entry name="ExcludeQuarantine" type="Bool"> <label>Exclude Quarantine Directories from scanning</label> - <whatsthis>Exclude Quarantine Directories from scanning.</whatsthis> <default>true</default> </entry> <entry name="ScanMacros" type="Bool"> <label>Scan Microsoft Office Macros</label> - <whatsthis>Scan Microsoft Office Macros.</whatsthis> <default>true</default> </entry> <entry name="ScanPE" type="Bool"> <label>Scan Portable Executable Files</label> - <whatsthis>Scan Portable Executable Files.</whatsthis> <default>true</default> </entry> <entry name="ScanMail" type="Bool"> <label>Scan Emails</label> - <whatsthis>Scan Emails.</whatsthis> <default>true</default> </entry> <entry name="ScanHTML" type="Bool"> <label>Scan HTML Files</label> - <whatsthis>Scan HTML Files.</whatsthis> <default>true</default> </entry> @@ -162,22 +155,18 @@ <group name="Autoscan"> <entry name="Executed" type="Bool"> <label>Scan Files When They Are Executed</label> - <whatsthis>Scan Files When They Are Executed.</whatsthis> <default>true</default> </entry> <entry name="Opened" type="Bool"> <label>Scan Files When They Are Opened</label> - <whatsthis>Scan Files When They Are Opened.</whatsthis> <default>true</default> </entry> <entry name="Closed" type="Bool"> <label>Scan Files When They Are Closed</label> - <whatsthis>Scan Files When They Are Closed.</whatsthis> <default>true</default> </entry> <entry name="Created" type="Bool"> <label>Scan Files When They Are Created or Modified</label> - <whatsthis>Scan Files When They Are Created or Modified.</whatsthis> <default>false</default> </entry> @@ -186,42 +175,34 @@ <group name="EventLogging"> <entry name="ExpireDays" type="Int"> <label>Expire Events After the Specified Number of Days</label> - <whatsthis>Expire Events After the Specified Number of Days.</whatsthis> <default>30</default> </entry> <entry name="SoftwareUpdates" type="Bool"> <label>Log Software Update Events</label> - <whatsthis>Log Software Update Events.</whatsthis> <default>true</default> </entry> <entry name="Quarantined" type="Bool"> <label>Log Quarantine Events</label> - <whatsthis>Log Quarantine Events.</whatsthis> <default>true</default> </entry> <entry name="LaunchShutdown" type="Bool"> <label>Log KlamAV launching and shutting-down Events</label> - <whatsthis>Log KlamAV launching and shutting-down Events.</whatsthis> <default>false</default> </entry> <entry name="DBUpdates" type="Bool"> <label>Log Database Events</label> - <whatsthis>Log Database Events.</whatsthis> <default>true</default> </entry> <entry name="StartedStoppedCancelled" type="Bool"> <label>Log StartedStoppedCancelled Events</label> - <whatsthis>Log StartedStoppedCancelled Events.</whatsthis> <default>true</default> </entry> <entry name="VirusFound" type="Bool"> <label>Log VirusFound Events</label> - <whatsthis>Log VirusFound Events.</whatsthis> <default>true</default> </entry> <entry name="Error" type="Bool"> <label>Log Error Events</label> - <whatsthis>Log Error Events.</whatsthis> <default>true</default> </entry> @@ -231,7 +212,6 @@ <group name="Misc"> <entry name="ClamAVVersion" type="String"> <label>Expire Events After the Specified Number of Days</label> - <whatsthis>Expire Events After the Specified Number of Days.</whatsthis> </entry> </group> |