2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-10 02:27:42 +00:00

Fix missed references to Blender 2.90+

This commit is contained in:
2021-02-21 13:49:20 -05:00
parent fb7f0011b9
commit ac5745429c
2 changed files with 2 additions and 2 deletions

View File

@@ -200,7 +200,7 @@ QVariant SysReqTableModel::data(const QModelIndex& index, int role) const {
return {};
#endif
case 5:
return tr("Blender 2.90");
return tr("Blender 2.90+");
}
} else if (index.column() == 1) {
/* Your System */