mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-09 13:52:01 -04:00
bugfix
This commit is contained in:
parent
956a804dd5
commit
a5ce9ab3d9
16 changed files with 3575 additions and 3514 deletions
|
@ -150,6 +150,8 @@ QString actionTypeToQString(const UINT8 action)
|
|||
return QObject::tr("Rebuild");
|
||||
case Actions::Rebase:
|
||||
return QObject::tr("Rebase");
|
||||
case Actions::DoNotRebuild:
|
||||
return QObject::tr("Do not rebuild");
|
||||
default:
|
||||
return QObject::tr("Unknown");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue