We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3657324 commit ab050f4Copy full SHA for ab050f4
Source/Linter/Private/UI/LintWizard.cpp
@@ -293,7 +293,7 @@ void SLintWizard::Construct(const FArguments& InArgs)
293
Redirectors.Add(Redirector);
294
}
295
296
- ScopedSlowTask.EnterProgressFrame(0.25f, LOCTEXT("Linter.FixUpRedirects.LoadingRedirectors", "Fixing up redirectors..."));
+ ScopedSlowTask.EnterProgressFrame(0.25f, LOCTEXT("Linter.FixUpRedirects.FixingRedirectors", "Fixing up redirectors..."));
297
298
// Load the asset tools module
299
FAssetToolsModule& AssetToolsModule = FModuleManager::LoadModuleChecked<FAssetToolsModule>(TEXT("AssetTools"));
0 commit comments