correct the module logs grammars

This commit is contained in:
Mamadou Babaei
2024-03-22 21:00:28 +01:00
parent c8967695de
commit 24d784f4df
19 changed files with 58 additions and 58 deletions
@@ -41,12 +41,12 @@
void FSenseGloveEditorModule::StartupModule()
{
SGLOG("Starting up SenseGloveEditor module...");
SGLOG("Starting up the SenseGloveEditor module...");
}
void FSenseGloveEditorModule::PreUnloadCallback()
{
SGLOG("Unloading SenseGloveEditor module...");
SGLOG("Unloading the SenseGloveEditor module...");
}
void FSenseGloveEditorModule::PostLoadCallback()
@@ -56,7 +56,7 @@ void FSenseGloveEditorModule::PostLoadCallback()
void FSenseGloveEditorModule::ShutdownModule()
{
SGLOG("Shutting down SenseGloveEditor module...");
SGLOG("Shutting down the SenseGloveEditor module...");
}
#undef LOCTEXT_NAMESPACE