mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-23 06:15: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))
|
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(
|
||||||
|
|
Loading…
Reference in a new issue