From ffadf6ebc76cf6d0e306288801a8f0cb65a3c92b Mon Sep 17 00:00:00 2001 From: cregx Date: Sat, 22 Oct 2022 09:24:27 +0200 Subject: [PATCH] Spelling error corrected (v.1.0.5). --- cleanup/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cleanup/main.c b/cleanup/main.c index 74f7db6..e0f095e 100644 --- a/cleanup/main.c +++ b/cleanup/main.c @@ -119,7 +119,7 @@ WCHAR szNoteDiskAlreadyCleaned[MAX_LOADSTRING]; // Don't forget to increase the version number in the resource file (cleanup.rc). #ifdef NLS -const LPCWSTR szAppVer = TEXT("1.0.5 (%s) / 22. October 2022"); +const LPCWSTR szAppVer = TEXT("1.0.5 (%s) / 22. Oktober 2022"); #else const LPCWSTR szAppVer = TEXT("1.0.5 (%s) / 22. October 2022"); #endif