mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 02:27:43 +00:00
General: Make UI strings translation-aware
Makes the UI strings localizable for other languages. Fairly trivial, as there's not many dialogs to translate.
This commit is contained in:
@@ -12,7 +12,7 @@ class SysReqTableModel : public QAbstractTableModel {
|
||||
uint64_t m_memorySize = 0;
|
||||
QString m_memorySizeStr;
|
||||
qint64 m_freeDiskSpace = 0;
|
||||
QString m_freeDiskSpaceStr = QStringLiteral("<Set Working Directory>");
|
||||
QString m_freeDiskSpaceStr = tr("<Set Working Directory>");
|
||||
#if __APPLE__
|
||||
int m_macosMajor = 0;
|
||||
int m_macosMinor = 0;
|
||||
|
||||
Reference in New Issue
Block a user