Skip to content

Commit 00820a5

Browse files
committed
FSUI : some misc fixes
1 parent f94a151 commit 00820a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/fullscreen_ui.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7025,7 +7025,7 @@ void FullscreenUI::DrawAboutWindow()
70257025
ImGuiWindowFlags_NoTitleBar | ImGuiWindowFlags_NoResize))
70267026
{
70277027
ImGui::TextWrapped("%s",
7028-
FSUI_CSTR("DuckStation is a free and open-source simulator/emulator of the Sony PlayStation(TM) "
7028+
FSUI_CSTR("DuckStation is a free simulator/emulator of the Sony PlayStation(TM) "
70297029
"console, focusing on playability, speed, and long-term maintainability."));
70307030
ImGui::NewLine();
70317031
ImGui::TextWrapped(FSUI_CSTR("Version: %s"), g_scm_tag_str);
@@ -7369,7 +7369,7 @@ TRANSLATE_NOOP("FullscreenUI", "Downsamples the rendered image prior to displayi
73697369
TRANSLATE_NOOP("FullscreenUI", "Downsampling");
73707370
TRANSLATE_NOOP("FullscreenUI", "Downsampling Display Scale");
73717371
TRANSLATE_NOOP("FullscreenUI", "Duck icon by icons8 (https://icons8.com/icon/74847/platforms.undefined.short-title)");
7372-
TRANSLATE_NOOP("FullscreenUI", "DuckStation is a free and open-source simulator/emulator of the Sony PlayStation(TM) console, focusing on playability, speed, and long-term maintainability.");
7372+
TRANSLATE_NOOP("FullscreenUI", "DuckStation is a free simulator/emulator of the Sony PlayStation(TM) console, focusing on playability, speed, and long-term maintainability.");
73737373
TRANSLATE_NOOP("FullscreenUI", "Dump Replaceable VRAM Writes");
73747374
TRANSLATE_NOOP("FullscreenUI", "Emulation Settings");
73757375
TRANSLATE_NOOP("FullscreenUI", "Emulation Speed");

0 commit comments

Comments
 (0)