diff --git a/decompiler/util/default.json b/decompiler/util/default.json index 5ef9251af..e2eedadac 100644 --- a/decompiler/util/default.json +++ b/decompiler/util/default.json @@ -429,8 +429,8 @@ "none" ], "enumDescriptions": [ - "Swap branches, so that the true branch is the larger one length wise.", "Swap branches, so that the true branch is the smaller one length wise.", + "Swap branches, so that the true branch is the larger one length wise.", "Don't swap branches based on length." ], "description": "Swap branches of if-else structures based on the given criteria",