mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-12 06:17:21 +00:00
Qt: Fix translation context in MemoryCardEditorWindow
This commit is contained in:
parent
86a8c4c6ae
commit
41f821513b
@ -13,11 +13,11 @@
|
|||||||
#include <QtWidgets/QMessageBox>
|
#include <QtWidgets/QMessageBox>
|
||||||
|
|
||||||
static constexpr char MEMORY_CARD_IMAGE_FILTER[] = QT_TRANSLATE_NOOP(
|
static constexpr char MEMORY_CARD_IMAGE_FILTER[] = QT_TRANSLATE_NOOP(
|
||||||
"MemoryCardEditorDialog", "All Memory Card Types (*.mcd *.mcr *.mc *.srm *.psm *.ps *.ddf *.mem *.vgs *.psx)");
|
"MemoryCardEditorWindow", "All Memory Card Types (*.mcd *.mcr *.mc *.srm *.psm *.ps *.ddf *.mem *.vgs *.psx)");
|
||||||
static constexpr char MEMORY_CARD_IMPORT_FILTER[] =
|
static constexpr char MEMORY_CARD_IMPORT_FILTER[] =
|
||||||
QT_TRANSLATE_NOOP("MemoryCardEditorDialog", "All Importable Memory Card Types (*.mcd *.mcr *.mc *.gme)");
|
QT_TRANSLATE_NOOP("MemoryCardEditorWindow", "All Importable Memory Card Types (*.mcd *.mcr *.mc *.gme)");
|
||||||
static constexpr char SINGLE_SAVEFILE_FILTER[] =
|
static constexpr char SINGLE_SAVEFILE_FILTER[] =
|
||||||
TRANSLATE_NOOP("MemoryCardEditorDialog", "Single Save Files (*.mcs);;All Files (*.*)");
|
TRANSLATE_NOOP("MemoryCardEditorWindow", "Single Save Files (*.mcs);;All Files (*.*)");
|
||||||
|
|
||||||
MemoryCardEditorWindow::MemoryCardEditorWindow() : QWidget()
|
MemoryCardEditorWindow::MemoryCardEditorWindow() : QWidget()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user