1
0
Эх сурвалжийг харах

Typo

Source commit: 1915d282c3f9aad6d85ba52a94177e817008742e
Martin Prikryl 10 жил өмнө
parent
commit
567f66c067

+ 1 - 1
source/core/SftpFileSystem.cpp

@@ -3198,7 +3198,7 @@ void __fastcall TSFTPFileSystem::DoStartup()
         }
         else
         {
-          FTerminal->LogEvent(L"We will use UTF-8 strings until server sends an invalid UTF-8 string as with SFTP version 3 and older UTF-8 string are not mandatory");
+          FTerminal->LogEvent(L"We will use UTF-8 strings until server sends an invalid UTF-8 string as with SFTP version 3 and older UTF-8 strings are not mandatory");
           FUtfStrings = asAuto;
           FUtfDisablingAnnounced = false;
         }