Skip to content

Commit 552d381

Browse files
committed
Add a comment
1 parent aa1afe8 commit 552d381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CotEditor/Sources/FormatSettingsView.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ struct FormatSettingsView: View {
119119
.gridColumnAlignment(.trailing)
120120

121121
Picker(selection: $syntax) {
122-
Text("None").tag("None")
122+
Text("None", comment: "syntax name").tag("None")
123123
Divider()
124124
ForEach(self.syntaxManager.settingNames, id: \.self) {
125125
Text($0).tag($0)

0 commit comments

Comments
 (0)