Few typing corrections and translations

This commit is contained in:
Cristian
2022-09-21 09:37:15 +02:00
parent 6b6e677f8b
commit 01337ddcbf
23 changed files with 69 additions and 69 deletions

View File

@@ -248,7 +248,7 @@ bool ChangeHostName(std::string fn, std::string _newhostname)
fclose(pFile);
printf("*** Update hostname done ***\n");
printf("*** Hostname update done ***\n");
return true;
}