diff --git a/pcsx2-qt/Settings/CreateMemoryCardDialog.ui b/pcsx2-qt/Settings/CreateMemoryCardDialog.ui index 442d3a8e8c..e3503c5ab1 100644 --- a/pcsx2-qt/Settings/CreateMemoryCardDialog.ui +++ b/pcsx2-qt/Settings/CreateMemoryCardDialog.ui @@ -166,7 +166,7 @@ - Low compatiblity warning: yes, it's very big, but may not work with many games. + Low compatibility warning: yes, it's very big, but may not work with many games. Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop diff --git a/pcsx2-qt/Settings/GraphicsSettingsWidget.cpp b/pcsx2-qt/Settings/GraphicsSettingsWidget.cpp index 9b3c02aa93..e707b16073 100644 --- a/pcsx2-qt/Settings/GraphicsSettingsWidget.cpp +++ b/pcsx2-qt/Settings/GraphicsSettingsWidget.cpp @@ -678,7 +678,7 @@ GraphicsSettingsWidget::GraphicsSettingsWidget(SettingsDialog* dialog, QWidget* tr("Displays various settings and the current values of those settings, useful for debugging.")); dialog->registerWidgetHelp(m_ui.osdShowInputs, tr("Show Inputs"), tr("Unchecked"), - tr("Shows the current controler state of the system in the bottom left corner of the display.")); + tr("Shows the current controller state of the system in the bottom left corner of the display.")); dialog->registerWidgetHelp( m_ui.osdShowFrameTimes, tr("Show Frame Times"), tr("Unchecked"), tr("Displays a graph showing the average frametimes.")); diff --git a/pcsx2-qt/Settings/GraphicsSettingsWidget.ui b/pcsx2-qt/Settings/GraphicsSettingsWidget.ui index bd141392cf..3c34fb49b0 100644 --- a/pcsx2-qt/Settings/GraphicsSettingsWidget.ui +++ b/pcsx2-qt/Settings/GraphicsSettingsWidget.ui @@ -237,7 +237,7 @@ - % + % 1 diff --git a/pcsx2-qt/Translations/pcsx2-qt_en.ts b/pcsx2-qt/Translations/pcsx2-qt_en.ts index 7651b1cc13..54866da7e3 100644 --- a/pcsx2-qt/Translations/pcsx2-qt_en.ts +++ b/pcsx2-qt/Translations/pcsx2-qt_en.ts @@ -2481,7 +2481,7 @@ You cannot undo this action. - Low compatiblity warning: yes, it's very big, but may not work with many games. + Low compatibility warning: yes, it's very big, but may not work with many games. @@ -4617,7 +4617,7 @@ Scanning recursively takes more time, but will identify files in subdirectories. % - Percentage sign that shows next to a value. You might want to add a space before if you language requires it. + Percentage sign that shows next to a value. You might want to add a space before if your language requires it. ---------- Percentage sign that will appear next to a number. Add a space or whatever is needed before depending on your language. @@ -5981,7 +5981,7 @@ Swap chain: see Microsoft's Terminology Portal. - Shows the current controler state of the system in the bottom left corner of the display. + Shows the current controller state of the system in the bottom left corner of the display. @@ -8320,22 +8320,22 @@ The saves will not be recoverable. - Memory card '{}' was saved to storage. + Memory Card '{}' was saved to storage. - Memory card in port %d / slot %d reinserted + Memory Card in port %d / slot %d reinserted - Memory card in port {} / slot {} reinserted. + Memory Card in port {} / slot {} reinserted. - Force ejecting all memory cards. + Force ejecting all Memory Cards. diff --git a/pcsx2/ImGui/FullscreenUI.cpp b/pcsx2/ImGui/FullscreenUI.cpp index 22e96b46d9..37aa1681a8 100644 --- a/pcsx2/ImGui/FullscreenUI.cpp +++ b/pcsx2/ImGui/FullscreenUI.cpp @@ -3421,7 +3421,7 @@ void FullscreenUI::DrawMemoryCardSettingsPage() DrawToggleSetting(bsi, ICON_FA_SEARCH " Folder Memory Card Filter", "Simulates a larger memory card by filtering saves only to the current game.", "EmuCore", "McdFolderAutoManage", true); DrawToggleSetting(bsi, ICON_FA_MAGIC " Auto Eject When Loading", - "Automatically ejects memory cards when they differ after loading a state.", "EmuCore", "McdEnableEjection", true); + "Automatically ejects Memory Cards when they differ after loading a state.", "EmuCore", "McdEnableEjection", true); for (u32 port = 0; port < NUM_MEMORY_CARD_PORTS; port++) { @@ -3514,7 +3514,7 @@ void FullscreenUI::DrawCreateMemoryCardWindow() if (ImGui::BeginPopupModal("Create Memory Card", &is_open, ImGuiWindowFlags_NoTitleBar | ImGuiWindowFlags_NoResize)) { ImGui::TextWrapped("Enter the name of the memory card you wish to create, and choose a size. We recommend either using 8MB memory " - "cards, or folder memory cards for best compatibility."); + "cards, or folder Memory Cards for best compatibility."); ImGui::NewLine(); static char memcard_name[256] = {}; @@ -3550,7 +3550,7 @@ void FullscreenUI::DrawCreateMemoryCardWindow() const auto& [type_title, type, file_type] = memcard_types[memcard_type]; if (FileMcd_CreateNewCard(real_card_name, type, file_type)) { - ShowToast(std::string(), fmt::format("Memory card '{}' created.", real_card_name)); + ShowToast(std::string(), fmt::format("Memory Card '{}' created.", real_card_name)); std::memset(memcard_name, 0, sizeof(memcard_name)); memcard_type = 0; diff --git a/pcsx2/MemoryCardFile.cpp b/pcsx2/MemoryCardFile.cpp index 532cb74e2e..a0c85a75ad 100644 --- a/pcsx2/MemoryCardFile.cpp +++ b/pcsx2/MemoryCardFile.cpp @@ -537,7 +537,7 @@ s32 FileMemoryCard::Save(uint slot, const u8* src, u32 adr, int size) if (elapsed > std::chrono::seconds(5)) { Host::AddIconOSDMessage(fmt::format("MemoryCardSave{}", slot), ICON_FA_SD_CARD, - fmt::format(TRANSLATE_SV("MemoryCard", "Memory card '{}' was saved to storage."), + fmt::format(TRANSLATE_SV("MemoryCard", "Memory Card '{}' was saved to storage."), Path::GetFileName(m_filenames[slot])), Host::OSD_INFO_DURATION); last = std::chrono::system_clock::now(); diff --git a/pcsx2/MemoryCardFolder.cpp b/pcsx2/MemoryCardFolder.cpp index 6300787c13..fecb3d264d 100644 --- a/pcsx2/MemoryCardFolder.cpp +++ b/pcsx2/MemoryCardFolder.cpp @@ -1777,7 +1777,7 @@ void FolderMemoryCard::AttemptToRecreateIndexFile(const std::string& directory) std::string FolderMemoryCard::GetDisabledMessage(uint slot) const { - return fmt::format("The PS2-slot {} has been automatically disabled. You can correct the problem\nand re-enable it at any time using Config:Memory cards from the main menu.", slot); //TODO: translate internal slot index to human-readable slot description + return fmt::format("The PS2-slot {} has been automatically disabled. You can correct the problem\nand re-enable it at any time using Config:Memory Cards from the main menu.", slot); //TODO: translate internal slot index to human-readable slot description } std::string FolderMemoryCard::GetCardFullMessage(const std::string& filePath) const @@ -2359,7 +2359,7 @@ s32 FolderMemoryCardAggregator::Save(uint slot, const u8* src, u32 adr, int size { const std::string_view filename = Path::GetFileName(m_cards[slot].GetFolderName()); Host::AddIconOSDMessage(fmt::format("MemoryCardSave{}", slot), ICON_FA_SD_CARD, - fmt::format(TRANSLATE_SV("MemoryCard", "Memory card '{}' was saved to storage."), filename), + fmt::format(TRANSLATE_SV("MemoryCard", "Memory Card '{}' was saved to storage."), filename), Host::OSD_INFO_DURATION); last = std::chrono::system_clock::now(); diff --git a/pcsx2/Sio.cpp b/pcsx2/Sio.cpp index 1bfdba6fa8..967846785e 100644 --- a/pcsx2/Sio.cpp +++ b/pcsx2/Sio.cpp @@ -209,7 +209,7 @@ void Sio0::SetTxData(u8 value) if (mcd->autoEjectTicks == 0) { Host::AddKeyedOSDMessage(fmt::format("AutoEjectSlotClear{}{}", port, slot), - fmt::format(TRANSLATE_SV("MemoryCard", "Memory card in port %d / slot %d reinserted"), + fmt::format(TRANSLATE_SV("MemoryCard", "Memory Card in port %d / slot %d reinserted"), port + 1, slot + 1), Host::OSD_INFO_DURATION); } @@ -591,7 +591,7 @@ void Sio2::Memcard() { Host::AddKeyedOSDMessage(fmt::format("AutoEjectSlotClear{}{}", port, slot), fmt::format( - TRANSLATE_SV("MemoryCard", "Memory card in port {} / slot {} reinserted."), port + 1, slot + 1), + TRANSLATE_SV("MemoryCard", "Memory Card in port {} / slot {} reinserted."), port + 1, slot + 1), Host::OSD_INFO_DURATION); } @@ -931,7 +931,7 @@ void AutoEject::Clear(size_t port, size_t slot) void AutoEject::SetAll() { Host::AddIconOSDMessage("AutoEjectAllSet", ICON_FA_SD_CARD, - TRANSLATE_SV("MemoryCard", "Force ejecting all memory cards."), Host::OSD_INFO_DURATION); + TRANSLATE_SV("MemoryCard", "Force ejecting all Memory Cards."), Host::OSD_INFO_DURATION); for (size_t port = 0; port < SIO::PORTS; port++) { diff --git a/pcsx2/VMManager.cpp b/pcsx2/VMManager.cpp index 4e1f9d960c..a5adfb2a07 100644 --- a/pcsx2/VMManager.cpp +++ b/pcsx2/VMManager.cpp @@ -1143,7 +1143,7 @@ bool VMManager::Initialize(VMBootParameters boot_params) // Must be before updating serial because of folder memcards. if (!GSDumpReplayer::IsReplayingDump()) { - Console.WriteLn("Opening memory cards..."); + Console.WriteLn("Opening Memory cards..."); FileMcd_EmuOpen(); } ScopedGuard close_memcards(&FileMcd_EmuClose);