fix: Case patch option title correctly

This commit is contained in:
oSumAtrIX 2024-04-22 01:37:21 +02:00
parent 3901b7d4bb
commit 259c8b4e58
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -19,7 +19,7 @@ class HexPatch : BaseHexPatch() {
// Replace the custom option type with a stringArrayOption once the issue is resolved.
private val replacementsOption by registerNewPatchOption<PatchClass<*>, List<String>>(
key = "replacements",
title = "replacements",
title = "Replacements",
description = """
Hexadecimal patterns to search for and replace with another in a target file.