mirror of
https://github.com/rizinorg/cutter.git
synced 2025-01-18 18:38:51 +00:00
Added warning on anal levels
This commit is contained in:
parent
4b4fdef868
commit
e402e7c1b9
@ -285,7 +285,7 @@ QString OptionsDialog::analysisDescription(int level)
|
||||
case 3:
|
||||
return tr("Medium analysis");
|
||||
case 4:
|
||||
return tr("Full analysis (Slow)");
|
||||
return tr("Full analysis <font color='red'><b>(Experimental)</b></font>");
|
||||
default:
|
||||
return tr("Unknown");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user