From 37bc9b3dadd9c8aaf672821ae0c24180f1ebe29d Mon Sep 17 00:00:00 2001 From: Huy Z Date: Sun, 22 Jun 2025 18:56:16 +0700 Subject: [PATCH] Clarify labels of mode and action --- src/main/java/org/cobalyte/CommitPrefixerConfigurable.java | 4 ++-- src/main/java/org/cobalyte/CommitPrefixerSettings.java | 4 ++-- src/main/resources/META-INF/plugin.xml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/java/org/cobalyte/CommitPrefixerConfigurable.java b/src/main/java/org/cobalyte/CommitPrefixerConfigurable.java index da83eaa..cfa383f 100644 --- a/src/main/java/org/cobalyte/CommitPrefixerConfigurable.java +++ b/src/main/java/org/cobalyte/CommitPrefixerConfigurable.java @@ -71,8 +71,8 @@ public class CommitPrefixerConfigurable implements Configurable { formatHelp.setForeground(JBColor.GRAY); JBLabel prefixingHelp = new JBLabel("Select how the prefix should be added to commit messages:
" + - "Pre-fill in commit dialog: You need to click the 'Add Prefix' button in the commit dialog.
" + - "Before commit: The prefix will be added automatically before commit."); + "Manual: You manually click the 'Add Prefix' button in the commit tool window.
" + + "Automatic: The prefix is added automatically after you click Commit."); prefixingHelp.setForeground(JBColor.GRAY); // Build the form diff --git a/src/main/java/org/cobalyte/CommitPrefixerSettings.java b/src/main/java/org/cobalyte/CommitPrefixerSettings.java index 6978545..ef32bf6 100644 --- a/src/main/java/org/cobalyte/CommitPrefixerSettings.java +++ b/src/main/java/org/cobalyte/CommitPrefixerSettings.java @@ -31,8 +31,8 @@ public class CommitPrefixerSettings implements PersistentStateComponent