Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2016-07-05 19:18:22 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-07-05 19:18:22 +0300
commit2b2051dca7cf64cbb3caf4664eb6233426ae963e (patch)
treeaa26eb309751434f19c0ae862b079083a2e3050e
parentbac442c6fe63da6b0cbfbc3c8e27c1126ca7da46 (diff)
Changed incorrect variable for skipped tests
-rw-r--r--db/languages/en2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/languages/en b/db/languages/en
index 4f856812..4d25b010 100644
--- a/db/languages/en
+++ b/db/languages/en
@@ -10,7 +10,7 @@ GEN_WHAT_TO_DO="What to do"
NOTE_EXCEPTIONS_FOUND="Exceptions found"
NOTE_EXCEPTIONS_FOUND_DETAILED="Some exceptional events or information was found"
NOTE_PLUGINS_TAKE_TIME="Note: plugins have more extensive tests and may take several minutes to complete"
-NOTE_SKIPPED_SKIPPED_TESTS_NON_PRIVILEGED="Skipped tests due to non-privileged mode"
+NOTE_SKIPPED_TESTS_NON_PRIVILEGED="Skipped tests due to non-privileged mode"
SECTION_CUSTOM_TESTS="Custom Tests"
SECTION_MALWARE="Malware"
SECTION_MEMORY_AND_PROCESSES="Memory and Processes"