diff options
author | syeyoung <cyoung06@naver.com> | 2023-11-17 16:11:53 +0900 |
---|---|---|
committer | syeyoung <cyoung06@naver.com> | 2023-11-17 16:11:53 +0900 |
commit | fc6bcda767b49305ee35c27c5a5cd311ca921a52 (patch) | |
tree | 456e3855dd3d0a07d5949bc25133237c44984631 | |
parent | 24fc59daa6da3c48544d2d8aec5606a2089f64d5 (diff) | |
download | Skyblock-Dungeons-Guide-fc6bcda767b49305ee35c27c5a5cd311ca921a52.tar.gz Skyblock-Dungeons-Guide-fc6bcda767b49305ee35c27c5a5cd311ca921a52.tar.bz2 Skyblock-Dungeons-Guide-fc6bcda767b49305ee35c27c5a5cd311ca921a52.zip |
- remove completely because it sounds sketchy
Signed-off-by: syeyoung <cyoung06@naver.com>
-rw-r--r-- | mod/src/main/resources/assets/dungeonsguide/gui/collect_diagnostic_approval.gui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/src/main/resources/assets/dungeonsguide/gui/collect_diagnostic_approval.gui b/mod/src/main/resources/assets/dungeonsguide/gui/collect_diagnostic_approval.gui index 4c4e62b5..0aac8e41 100644 --- a/mod/src/main/resources/assets/dungeonsguide/gui/collect_diagnostic_approval.gui +++ b/mod/src/main/resources/assets/dungeonsguide/gui/collect_diagnostic_approval.gui @@ -27,8 +27,8 @@ <Text text="This will only collect errors within dg, and it will not send your latest.log" color="#FFFFFFFF" size="8" align="CENTER"/> <Text text="It will only send stacktraces, a piece of text that tells where in dg what error occured" color="#FFFFFFFF" size="8" align="CENTER"/> <size width="0" height="15"/> - <Text text="The data is completely anonymized, and by allowing this you help Dungeons Guide fix problems that went unnoticed" color="#FFFFFF00" size="8" align="CENTER"/> - <Text text="This option is completely optional and there is no penalty for denying" color="#FFFFFF00" size="8" align="CENTER"/> + <Text text="The data is anonymized, and by allowing this you help Dungeons Guide fix problems that went unnoticed" color="#FFFFFF00" size="8" align="CENTER"/> + <Text text="This option is optional and there is no penalty for denying" color="#FFFFFF00" size="8" align="CENTER"/> <size width="0" height="15"/> <row mainAlign="CENTER"> <size width="80" height="20"> |