mirror of
https://github.com/rizinorg/cutter.git
synced 2025-02-21 22:23:46 +00:00
Fix typo "Adanced" -> "Advanced" (#2060)
This commit is contained in:
parent
eb88c8b21a
commit
9b7e3a3a30
@ -240,7 +240,7 @@ void DisassemblyContextMenu::addSetAsMenu()
|
|||||||
SLOT(on_actionSetAsString_triggered()), getSetAsStringSequence());
|
SLOT(on_actionSetAsString_triggered()), getSetAsStringSequence());
|
||||||
initAction(&actionSetAsStringRemove, tr("Remove"),
|
initAction(&actionSetAsStringRemove, tr("Remove"),
|
||||||
SLOT(on_actionSetAsStringRemove_triggered()));
|
SLOT(on_actionSetAsStringRemove_triggered()));
|
||||||
initAction(&actionSetAsStringAdvanced, tr("Adanced"),
|
initAction(&actionSetAsStringAdvanced, tr("Advanced"),
|
||||||
SLOT(on_actionSetAsStringAdvanced_triggered()));
|
SLOT(on_actionSetAsStringAdvanced_triggered()));
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user