mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-22 22:05:38 +00:00
FullscreenUI: Fix description string
This commit is contained in:
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…
Reference in a new issue