We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b8a5f98 + 5a385fc commit 75b06e3Copy full SHA for 75b06e3
Source/GUI/GUICommon.cpp
@@ -12,13 +12,13 @@ QStringList g_memTypeNames =
12
QStringList({QCoreApplication::translate("Common", "Byte"),
13
QCoreApplication::translate("Common", "2 bytes (Halfword)"),
14
QCoreApplication::translate("Common", "4 bytes (Word)"),
15
- QCoreApplication::translate("Common", "8 bytes (Doubleword)"),
16
QCoreApplication::translate("Common", "Float"),
17
QCoreApplication::translate("Common", "Double"),
18
QCoreApplication::translate("Common", "String"),
19
QCoreApplication::translate("Common", "Array of bytes"),
20
QCoreApplication::translate("Common", "Struct"),
21
- QCoreApplication::translate("Common", "Assembly (PowerPC)")});
+ QCoreApplication::translate("Common", "Assembly (PowerPC)"),
+ QCoreApplication::translate("Common", "8 bytes (Doubleword)")});
22
23
QStringList g_memBaseNames = QStringList({QCoreApplication::translate("Common", "Decimal"),
24
QCoreApplication::translate("Common", "Hexadecimal"),
0 commit comments