FullscreenUI: Fix description string

pull/2907/head
Connor McLaughlin 2 years ago
parent 3f68ef39ae
commit 11e7e79c16

@ -5039,7 +5039,7 @@ void FullscreenUI::DrawCoverDownloaderWindow()
if (ImGui::BeginPopupModal("Download Covers", &is_open, ImGuiWindowFlags_NoTitleBar | ImGuiWindowFlags_NoResize))
{
ImGui::TextWrapped(
"PCSX2 can automatically download covers for games which do not currently have a cover set. We do not host any "
"DuckStation can automatically download covers for games which do not currently have a cover set. We do not host any "
"cover images, the user must provide their own source for images.");
ImGui::NewLine();
ImGui::TextWrapped(

Loading…
Cancel
Save