2
0
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:
Lioncash
2019-08-30 02:38:10 -04:00
parent f8384dcd23
commit 08b7486bf0
3 changed files with 88 additions and 78 deletions

View File

@@ -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;