aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-11-30 00:48:17 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-11-30 00:48:17 +0100
commit7c6bdd010efc975b7eb36088b08e6e38daf1e9a5 (patch)
treee100ff4cbfcd49a793c32238f8da42ff6f2bb1e6 /src
parent90ff11ebbdbdbca7af6365344981f72dc3916fc0 (diff)
downloadskyhanni-7c6bdd010efc975b7eb36088b08e6e38daf1e9a5.tar.gz
skyhanni-7c6bdd010efc975b7eb36088b08e6e38daf1e9a5.tar.bz2
skyhanni-7c6bdd010efc975b7eb36088b08e6e38daf1e9a5.zip
plural
Diffstat (limited to 'src')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/combat/ghostcounter/textformatting/TextFormattingConfig.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/combat/ghostcounter/textformatting/TextFormattingConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/combat/ghostcounter/textformatting/TextFormattingConfig.java
index 750b3ae2c..1414a986d 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/combat/ghostcounter/textformatting/TextFormattingConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/combat/ghostcounter/textformatting/TextFormattingConfig.java
@@ -35,11 +35,11 @@ public class TextFormattingConfig {
public String titleFormat = "&6Ghost Counter";
@Expose
- @ConfigOption(name = "Ghost Killed", desc = "Ghost Killed line.\n§e%value% §ris replaced with\n" +
- "Ghost Killed.\n" +
- "§e%session% §7is replaced with Ghost killed")
+ @ConfigOption(name = "Ghosts Killed", desc = "Ghosts Killed line.\n§e%value% §ris replaced with\n" +
+ "Ghosts Killed.\n" +
+ "§e%session% §7is replaced with Ghosts killed")
@ConfigEditorText
- public String ghostKilledFormat = " &6Ghost Killed: &b%value% &7(%session%)";
+ public String ghostKilledFormat = " &6Ghosts Killed: &b%value% &7(%session%)";
@Expose
@ConfigOption(name = "Sorrows", desc = "Sorrows drop line.\n" +