Skip to content

Commit e127036

Browse files
Mrlinkwiistenzek
authored andcommitted
FSUI : some misc fixes (#3291)
FullscreenUI: Some misc fixes
1 parent 82f3427 commit e127036

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/core/fullscreen_ui.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7020,7 +7020,7 @@ void FullscreenUI::DrawAboutWindow()
70207020
ImGuiWindowFlags_NoTitleBar | ImGuiWindowFlags_NoResize))
70217021
{
70227022
ImGui::TextWrapped("%s",
7023-
FSUI_CSTR("DuckStation is a free and open-source simulator/emulator of the Sony PlayStation(TM) "
7023+
FSUI_CSTR("DuckStation is a free simulator/emulator of the Sony PlayStation(TM) "
70247024
"console, focusing on playability, speed, and long-term maintainability."));
70257025
ImGui::NewLine();
70267026
ImGui::TextWrapped(FSUI_CSTR("Version: %s"), g_scm_tag_str);
@@ -7363,7 +7363,7 @@ TRANSLATE_NOOP("FullscreenUI", "Downsamples the rendered image prior to displayi
73637363
TRANSLATE_NOOP("FullscreenUI", "Downsampling");
73647364
TRANSLATE_NOOP("FullscreenUI", "Downsampling Display Scale");
73657365
TRANSLATE_NOOP("FullscreenUI", "Duck icon by icons8 (https://icons8.com/icon/74847/platforms.undefined.short-title)");
7366-
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.");
7366+
TRANSLATE_NOOP("FullscreenUI", "DuckStation is a free simulator/emulator of the Sony PlayStation(TM) console, focusing on playability, speed, and long-term maintainability.");
73677367
TRANSLATE_NOOP("FullscreenUI", "Dump Replaceable VRAM Writes");
73687368
TRANSLATE_NOOP("FullscreenUI", "Emulation Settings");
73697369
TRANSLATE_NOOP("FullscreenUI", "Emulation Speed");

0 commit comments

Comments
 (0)