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.