Fix Xcode source code accessor name.

#codereview michael.trepka

[CL 2262637 by Mark Satterthwaite in Main branch]
This commit is contained in:
Mark Satterthwaite
2014-08-19 11:56:44 -04:00
committed by UnrealBot
parent e78fb2952e
commit 23d7554768

View File

@@ -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