FullscreenUI: Fix description string

This commit is contained in:
Connor McLaughlin 2022-10-09 12:42:27 +10:00
parent 3f68ef39ae
commit 11e7e79c16

View file

@ -5039,7 +5039,7 @@ void FullscreenUI::DrawCoverDownloaderWindow()
if (ImGui::BeginPopupModal("Download Covers", &is_open, ImGuiWindowFlags_NoTitleBar | ImGuiWindowFlags_NoResize)) if (ImGui::BeginPopupModal("Download Covers", &is_open, ImGuiWindowFlags_NoTitleBar | ImGuiWindowFlags_NoResize))
{ {
ImGui::TextWrapped( 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."); "cover images, the user must provide their own source for images.");
ImGui::NewLine(); ImGui::NewLine();
ImGui::TextWrapped( ImGui::TextWrapped(