diff --git a/src/Ryujinx/Common/ApplicationHelper.cs b/src/Ryujinx/Common/ApplicationHelper.cs index d9870196e..630cddde5 100644 --- a/src/Ryujinx/Common/ApplicationHelper.cs +++ b/src/Ryujinx/Common/ApplicationHelper.cs @@ -337,7 +337,7 @@ namespace Ryujinx.Ava.Common if (publicDataNca is null) { - Logger.Error?.Print(LogClass.Application, "Extraction failure. The NCA was not present in the selected file"); + Logger.Error?.Print(LogClass.Application, "Extraction failure. The PublicData NCA was not present in the selected file"); Dispatcher.UIThread.InvokeAsync(async () => {