diff options
author | Mavridis Philippe <[email protected]> | 2021-01-14 23:53:37 +0200 |
---|---|---|
committer | Mavridis Philippe <[email protected]> | 2021-01-14 23:53:37 +0200 |
commit | 024c7981e2238e05106e7e460cdfb36b5a6e25a1 (patch) | |
tree | 5de4cc06d389d6ceb7c4478f201c493f5e949e8b /src/main.cpp | |
parent | c3278e0e46dc94d048d15b018456b94486a34acd (diff) | |
download | klamav-024c7981e2238e05106e7e460cdfb36b5a6e25a1.tar.gz klamav-024c7981e2238e05106e7e460cdfb36b5a6e25a1.zip |
Replaced occurences of 'KDE' with 'TDE'
Signed-off-by: Mavridis Philippe <[email protected]>
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index ed0869b..5e3f348 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -10,7 +10,7 @@ #include <kuniqueapplication.h> static const char *description = - I18N_NOOP("KlamAV - Virus Protection for KDE"); + I18N_NOOP("KlamAV - Virus Protection for TDE"); static const char *version = KLAMAV_VERSION; //static const char title[] = "KlamAV"; |