You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Fix Xcode source code accessor name.
#codereview michael.trepka [CL 2262637 by Mark Satterthwaite in Main branch]
This commit is contained in:
committed by
UnrealBot
parent
e78fb2952e
commit
23d7554768
@@ -49,7 +49,7 @@ FName FXCodeSourceCodeAccessor::GetFName() const
|
||||
|
||||
FText FXCodeSourceCodeAccessor::GetNameText() const
|
||||
{
|
||||
return LOCTEXT("XCodeDisplayName", "Visual Studio");
|
||||
return LOCTEXT("XCodeDisplayName", "Xcode");
|
||||
}
|
||||
|
||||
FText FXCodeSourceCodeAccessor::GetDescriptionText() const
|
||||
|
||||
Reference in New Issue
Block a user