language feature: Extension Members: More converted

This commit is contained in:
GreemDev 2025-07-02 14:49:45 -05:00
parent 36bd919c53
commit 64238e6ec3
7 changed files with 45 additions and 54 deletions

View file

@ -1900,7 +1900,7 @@ namespace Ryujinx.Ava.UI.ViewModels
public async void ProcessTrimResult(String filename, XCIFileTrimmer.OperationOutcome operationOutcome)
{
string notifyUser = operationOutcome.ToLocalisedText();
string notifyUser = operationOutcome.LocalizedText;
if (notifyUser != null)
{