Skip to content

Commit

Permalink
settings: update toggle title to be more consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
osy committed Apr 23, 2023
1 parent a50b7c8 commit 139df6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Platform/macOS/SettingsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ struct InputSettingsView: View {
Form {
Section(header: Text("Console")) {
Toggle(isOn: $isOptionAsMetaKey, label: {
Text("Option is Meta key")
Text("Option (⌥) is Meta key")
}).help("If enabled, Option will be mapped to the Meta key which can be useful for emacs. Otherwise, option will work as the system intended (such as for entering international text).")
}

Expand Down

0 comments on commit 139df6d

Please sign in to comment.