You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Fixed localization identity conflicts
#rb none #lockdown Cristina.Riveron [CL 3966003 by Jamie Dale in Main branch]
This commit is contained in:
@@ -684,7 +684,7 @@ private:
|
||||
}
|
||||
else
|
||||
{
|
||||
ErrorStr = FText::Format(LOCTEXT("HttpResponse", "Connection to {0} failed"), FText::FromString(HttpRequest->GetURL())).ToString();
|
||||
ErrorStr = FText::Format(LOCTEXT("HttpResponse_Failed", "Connection to {0} failed"), FText::FromString(HttpRequest->GetURL())).ToString();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -748,7 +748,7 @@ private:
|
||||
}
|
||||
else
|
||||
{
|
||||
ErrorStr = FText::Format(LOCTEXT("HttpResponse", "Connection to {0} failed"), FText::FromString(HttpRequest->GetURL())).ToString();
|
||||
ErrorStr = FText::Format(LOCTEXT("HttpResponse_Failed", "Connection to {0} failed"), FText::FromString(HttpRequest->GetURL())).ToString();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1734,4 +1734,6 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
#undef LOCTEXT_NAMESPACE
|
||||
|
||||
IMPLEMENT_MODULE(FHTTPChunkInstallerModule, HTTPChunkInstaller);
|
||||
|
||||
Reference in New Issue
Block a user