Skip to content

Commit

Permalink
Translations : some typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrlinkwii authored and refractionpcsx2 committed Sep 16, 2023
1 parent cf5dd8b commit 1b98311
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pcsx2-qt/Settings/AudioSettingsWidget.ui
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@
</item>
<item>
<property name="text">
<string>Quadrafonic</string>
<string>Quadraphonic</string>
</property>
</item>
<item>
Expand Down
8 changes: 4 additions & 4 deletions pcsx2/ImGui/FullscreenUI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3626,7 +3626,7 @@ void FullscreenUI::DrawAudioSettingsPage()
};
static constexpr const char* expansion_modes[] = {
FSUI_NSTR("Stereo (None, Default)"),
FSUI_NSTR("Quadrafonic"),
FSUI_NSTR("Quadraphonic"),
FSUI_NSTR("Surround 5.1"),
FSUI_NSTR("Surround 7.1"),
};
Expand Down Expand Up @@ -4663,7 +4663,7 @@ void FullscreenUI::DrawGameFixesSettingsPage()
DrawToggleSetting(bsi, FSUI_CSTR("VU XGkick Sync"), FSUI_CSTR("Use accurate timing for VU XGKicks (slower)."), "EmuCore/Gamefixes",
"XgKickHack", false);
DrawToggleSetting(bsi, FSUI_CSTR("Use Blit for internal FPS"),
FSUI_CSTR("Use alternative method to calclate internal FPS to avoid false readings in some games."), "EmuCore/Gamefixes",
FSUI_CSTR("Use alternative method to calculate internal FPS to avoid false readings in some games."), "EmuCore/Gamefixes",
"BlitInternalFPSHack", false);

EndMenuButtons();
Expand Down Expand Up @@ -7838,7 +7838,7 @@ TRANSLATE_NOOP("FullscreenUI", "To check for possible float overflows (Superman
TRANSLATE_NOOP("FullscreenUI", "VU XGkick Sync");
TRANSLATE_NOOP("FullscreenUI", "Use accurate timing for VU XGKicks (slower).");
TRANSLATE_NOOP("FullscreenUI", "Use Blit for internal FPS");
TRANSLATE_NOOP("FullscreenUI", "Use alternative method to calclate internal FPS to avoid false readings in some games.");
TRANSLATE_NOOP("FullscreenUI", "Use alternative method to calculate internal FPS to avoid false readings in some games.");
TRANSLATE_NOOP("FullscreenUI", "Load State");
TRANSLATE_NOOP("FullscreenUI", "Save State");
TRANSLATE_NOOP("FullscreenUI", "Load Resume State");
Expand Down Expand Up @@ -8103,7 +8103,7 @@ TRANSLATE_NOOP("FullscreenUI", "TimeStretch (Recommended)");
TRANSLATE_NOOP("FullscreenUI", "Async Mix (Breaks some games!)");
TRANSLATE_NOOP("FullscreenUI", "None (Audio can skip.)");
TRANSLATE_NOOP("FullscreenUI", "Stereo (None, Default)");
TRANSLATE_NOOP("FullscreenUI", "Quadrafonic");
TRANSLATE_NOOP("FullscreenUI", "Quadraphonic");
TRANSLATE_NOOP("FullscreenUI", "Surround 5.1");
TRANSLATE_NOOP("FullscreenUI", "Surround 7.1");
TRANSLATE_NOOP("FullscreenUI", "No Sound (Emulate SPU2 only)");
Expand Down

0 comments on commit 1b98311

Please sign in to comment.