mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-27 20:15:42 -04: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…
x
Reference in New Issue
Block a user