Fix label in Advanced Find Options view

This commit is contained in:
1024jp 2023-01-08 11:19:02 +09:00
parent cab4b82ee7
commit 63c1e5aba6
2 changed files with 2 additions and 1 deletions

View File

@ -19,6 +19,7 @@ Change Log
- Fix an issue that multiple replacements were not performed if the document is empty.
- Fix an issue that the Find window expanded unnecessarily in some specific conditions.
- Fix a label in the Advanced Find Options view.

View File

@ -106,7 +106,7 @@ struct FindTextualOptionsView: View {
Toggle("Ignore width differences", isOn: $ignoresWidth)
.help("Search ignores width differences in character forms (e.g., = a).")
} header: {
Text("Regular Expression Search")
Text("Textural Search")
.fontWeight(.semibold)
}
}