Skip to content

Commit 45276bf

Browse files
committed
[INTERNAL] rainbow column color wording
1 parent 8d71948 commit 45276bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/seesharpsoft/intellij/plugins/csv/settings/CsvColorSettings.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public class CsvColorSettings implements ColorSettingsPage {
4242
for (int i = 0; i < MAX_COLUMN_COLORING_COLORS; ++i) {
4343
TextAttributesKey textAttributesKey = createTextAttributesKey(String.format("CSV_PLUGIN_COLUMN_COLORING_ATTRIBUTE_%d", i + 1), CsvSyntaxHighlighter.TEXT);
4444
COLUMN_COLORING_ATTRIBUTES.add(textAttributesKey);
45-
attributesDescriptors.add(new AttributesDescriptor(String.format("Rainbow column color %d", i + 1), textAttributesKey));
45+
attributesDescriptors.add(new AttributesDescriptor(String.format("Rainbow Coloring %d", i + 1), textAttributesKey));
4646
}
4747
DESCRIPTORS = attributesDescriptors.toArray(new AttributesDescriptor[attributesDescriptors.size()]);
4848
}

0 commit comments

Comments
 (0)