From 3668789c95e4a01d910d79926cbc1cf696f46e43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alois=20Se=C4=8Dk=C3=A1r?= Date: Mon, 15 Jan 2024 21:04:48 +0100 Subject: [PATCH] #191 - fix: reword --- assets/lang/cs.json | 4 ++-- assets/lang/en.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/lang/cs.json b/assets/lang/cs.json index 573afa6..1096342 100644 --- a/assets/lang/cs.json +++ b/assets/lang/cs.json @@ -176,8 +176,8 @@ "CSET" : "Caught stealing + throwing error", "CSN" : "Caught stealing + fielding error (no advance)", "CSNT" : "Caught stealing + throwing error (no advance)", - "POE" : "Picked off attempt + (throwing) error", - "POEN" : "Picked off attempt + (throwing) error (no advance)", + "POE" : "Pick off attempt + (throwing) error", + "POEN" : "Pick off attempt + (throwing) error (no advance)", "CSO" : "Caught stealing", "PO" : "Picked off", "POCS" : "Picked off + caught stealing" diff --git a/assets/lang/en.json b/assets/lang/en.json index e4524ad..408e42f 100644 --- a/assets/lang/en.json +++ b/assets/lang/en.json @@ -176,8 +176,8 @@ "CSET" : "Caught stealing with throwing error", "CSN" : "Caught stealing with fielding error (no advance)", "CSNT" : "Caught stealing with throwing error (no advance)", - "POE" : "Picked off attempt with (throwing) error", - "POEN" : "Picked off attempt with (throwing) error (no advance)", + "POE" : "Pick off attempt with (throwing) error", + "POEN" : "Pick off attempt with (throwing) error (no advance)", "CSO" : "Caught stealing", "PO" : "Picked off", "POCS" : "Picked off + caught stealing"