128225 【用例354054】【备份还原】还原出厂备份,操作日志备份名称显示“factory backup”未汉化

This commit is contained in:
zhaominyong 2022-07-07 16:13:50 +08:00
parent 4188510cfa
commit 8099efd0d2
3 changed files with 580 additions and 576 deletions

View File

@ -1052,6 +1052,8 @@ QList<BackupWrapper> Utils::getBackupLogList()
else {
record.m_backupName = record.m_time;
}
} else if (FACTORY_BACKUP_UUID == record.m_uuid) {
record.m_backupName = QObject::tr("Factory Backup");
}
list << record;

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff