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 FSenseGloveCoreImplModule::StartupModule()
{
SGLOG("Starting up SenseGloveCoreImpl module...");
SGLOG("Starting up the SenseGloveCoreImpl module...");
SGLOG(FString::Printf(TEXT("The low-level implementation of '%s' has been loaded successfully!"), *FSGLibraryImpl::
Version()));
}
void FSenseGloveCoreImplModule::PreUnloadCallback()
{
SGLOG("Unloading SenseGloveCoreImpl module...");
SGLOG("Unloading the SenseGloveCoreImpl module...");
}
void FSenseGloveCoreImplModule::PostLoadCallback()
@@ -59,7 +59,7 @@ void FSenseGloveCoreImplModule::PostLoadCallback()
void FSenseGloveCoreImplModule::ShutdownModule()
{
SGLOG("Shutting down SenseGloveCoreImpl module...");
SGLOG("Shutting down the SenseGloveCoreImpl module...");
}
#undef LOCTEXT_NAMESPACE