From c4276c8e73b199b62a907847075fa37cf7dc2ac6 Mon Sep 17 00:00:00 2001 From: ash <111416629+ashbinary@users.noreply.github.com> Date: Sat, 8 Jun 2024 00:40:18 -0700 Subject: [PATCH] vert horiz charged uncharged (#1757) --- locales/en/analyzer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/locales/en/analyzer.json b/locales/en/analyzer.json index 561634e29..f9f18b275 100644 --- a/locales/en/analyzer.json +++ b/locales/en/analyzer.json @@ -53,8 +53,8 @@ "stat.consumption.NORMAL": "Shots", "stat.consumption.SWING": "Swings", "stat.consumption.SLOSH": "Sloshes", - "stat.consumption.VERTICAL_SWING": "Vertical swings", - "stat.consumption.HORIZONTAL_SWING": "Horizontal swings", + "stat.consumption.VERTICAL_SWING": "Charged swings", + "stat.consumption.HORIZONTAL_SWING": "Uncharged swings", "stat.consumption.TAP_SHOT": "Tap shots", "stat.consumption.FULL_CHARGE": "Fully charged shots", "stat.consumption.SPLATLING_CHARGE": "Full charges", @@ -112,10 +112,10 @@ "damage.SPLASH_HORIZONTAL_MIN": "Splash horizontal (Minimum)", "damage.SPLASH_HORIZONTAL_MAX": "Splash horizontal (Maximum)", "damage.ROLL_OVER": "Roll over", - "damage.SPLATANA_VERTICAL_DIRECT": "Vertical direct", - "damage.SPLATANA_VERTICAL": "Vertical", - "damage.SPLATANA_HORIZONTAL_DIRECT": "Horizontal direct", - "damage.SPLATANA_HORIZONTAL": "Horizontal", + "damage.SPLATANA_VERTICAL_DIRECT": "Charged direct", + "damage.SPLATANA_VERTICAL": "Charged", + "damage.SPLATANA_HORIZONTAL_DIRECT": "Uncharged direct", + "damage.SPLATANA_HORIZONTAL": "Uncharged", "damage.BOMB_DIRECT": "Direct", "damage.BOMB_NORMAL": "Splash", "damage.WAVE": "Wave",