correct the module logs grammars

This commit is contained in:
Mamadou Babaei
2024-03-22 20:57:49 +01:00
parent 17f5db48c6
commit e0ea29ca18
19 changed files with 58 additions and 58 deletions
@@ -42,14 +42,14 @@
void FSenseGloveCoreModule::StartupModule()
{
SGLOG("Starting up SenseGloveCore module...");
SGLOG("Starting up the SenseGloveCore module...");
SGLOG(FString::Printf(TEXT("The Unreal Engine implementation of '%s' has been loaded successfully!"),
*FSGLibrary::GetVersion()));
}
void FSenseGloveCoreModule::PreUnloadCallback()
{
SGLOG("Unloading SenseGloveCore module...");
SGLOG("Unloading the SenseGloveCore module...");
}
void FSenseGloveCoreModule::PostLoadCallback()
@@ -59,7 +59,7 @@ void FSenseGloveCoreModule::PostLoadCallback()
void FSenseGloveCoreModule::ShutdownModule()
{
SGLOG("Shutting down SenseGloveCore module...");
SGLOG("Shutting down the SenseGloveCore module...");
}
#undef LOCTEXT_NAMESPACE