From 9c4739cb55a0afc4109b06afe650af72f36a7651 Mon Sep 17 00:00:00 2001 From: Mrlinkwii Date: Fri, 6 Sep 2024 13:55:17 +0100 Subject: [PATCH] FSUI : some misc fixes (#3291) FullscreenUI: Some misc fixes --- src/core/fullscreen_ui.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/fullscreen_ui.cpp b/src/core/fullscreen_ui.cpp index 54b385803..29eff8abd 100644 --- a/src/core/fullscreen_ui.cpp +++ b/src/core/fullscreen_ui.cpp @@ -7025,7 +7025,7 @@ void FullscreenUI::DrawAboutWindow() ImGuiWindowFlags_NoTitleBar | ImGuiWindowFlags_NoResize)) { ImGui::TextWrapped("%s", - FSUI_CSTR("DuckStation is a free and open-source simulator/emulator of the Sony PlayStation(TM) " + FSUI_CSTR("DuckStation is a free simulator/emulator of the Sony PlayStation(TM) " "console, focusing on playability, speed, and long-term maintainability.")); ImGui::NewLine(); ImGui::TextWrapped(FSUI_CSTR("Version: %s"), g_scm_tag_str); @@ -7369,7 +7369,7 @@ TRANSLATE_NOOP("FullscreenUI", "Downsamples the rendered image prior to displayi TRANSLATE_NOOP("FullscreenUI", "Downsampling"); TRANSLATE_NOOP("FullscreenUI", "Downsampling Display Scale"); TRANSLATE_NOOP("FullscreenUI", "Duck icon by icons8 (https://icons8.com/icon/74847/platforms.undefined.short-title)"); -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."); +TRANSLATE_NOOP("FullscreenUI", "DuckStation is a free simulator/emulator of the Sony PlayStation(TM) console, focusing on playability, speed, and long-term maintainability."); TRANSLATE_NOOP("FullscreenUI", "Dump Replaceable VRAM Writes"); TRANSLATE_NOOP("FullscreenUI", "Emulation Settings"); TRANSLATE_NOOP("FullscreenUI", "Emulation Speed");