From 30ff61d14f24f9a8c4d1812d083775e1c056bd65 Mon Sep 17 00:00:00 2001 From: Phoenix616 Date: Wed, 14 Jun 2023 15:46:44 +0100 Subject: [PATCH] Improve INCLUDE_SETTINGS_IN_METRICS option comment --- .../java/com/Acrobot/ChestShop/Configuration/Properties.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/Acrobot/ChestShop/Configuration/Properties.java b/src/main/java/com/Acrobot/ChestShop/Configuration/Properties.java index 2183c27..72c95e3 100644 --- a/src/main/java/com/Acrobot/ChestShop/Configuration/Properties.java +++ b/src/main/java/com/Acrobot/ChestShop/Configuration/Properties.java @@ -106,7 +106,7 @@ public class Properties { @ConfigurationComment("Do you want to turn off the automatic notifications for new development builds?") public static boolean TURN_OFF_DEV_UPDATE_NOTIFIER = false; - @ConfigurationComment("Do you want to include some values of this config in the metrics? (This will not leak sensitive data but help in the development process)") + @ConfigurationComment("Do you want to include some values of this config in the metrics? (This will not submit any sensitive data and helps in the development process)") public static boolean INCLUDE_SETTINGS_IN_METRICS = true; @PrecededBySpace