From 8c205ef8f398d9089729f8123faaf69939fed9d3 Mon Sep 17 00:00:00 2001 From: JosJuice Date: Sun, 21 Jun 2020 21:16:10 +0200 Subject: [PATCH] DolphinQt: Show version number for WIA/RVZ introduction --- Source/Core/DolphinQt/ConvertDialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Core/DolphinQt/ConvertDialog.cpp b/Source/Core/DolphinQt/ConvertDialog.cpp index d7676cc81a..353a0d6aaf 100644 --- a/Source/Core/DolphinQt/ConvertDialog.cpp +++ b/Source/Core/DolphinQt/ConvertDialog.cpp @@ -100,10 +100,10 @@ ConvertDialog::ConvertDialog(QList> fi "GCZ: A basic compressed format which is compatible with most versions of Dolphin and " "some other programs. It can't efficiently compress junk data (unless removed) or " "encrypted Wii data.\n\n" - "WIA: An advanced compressed format which is compatible with recent versions of Dolphin " + "WIA: An advanced compressed format which is compatible with Dolphin 5.0-12188 and later, " "and a few other programs. It can efficiently compress encrypted Wii data, but not junk " "data (unless removed).\n\n" - "RVZ: An advanced compressed format which is compatible with recent versions of Dolphin. " + "RVZ: An advanced compressed format which is compatible with Dolphin 5.0-12188 and later. " "It can efficiently compress both junk data and encrypted Wii data.")); info_text->setWordWrap(true);