Skip to content

Commit dbfe079

Browse files
committed
made error popup better
1 parent 02ab861 commit dbfe079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/AssetRipper.GUI/MainWindow.ViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ private void DoLoad(string[]? filesDropped)
269269
else
270270
{
271271
//this.ShowPopup(string.Format(MainWindow.Instance.LocalizationManager["error_importing_with_reason"], error.Message), MainWindow.Instance.LocalizationManager["error"]);
272-
this.ShowPopup(MainWindow.Instance.LocalizationManager["check_log_for_more_details"], MainWindow.Instance.LocalizationManager["error"]);
272+
this.ShowPopup($"Exception on importing game: {error.Message}", MainWindow.Instance.LocalizationManager["error"]);
273273
}
274274
});
275275
}

0 commit comments

Comments
 (0)