Clarify anonymouslity of stats sharing. Fixes #467

This commit is contained in:
2021-06-22 19:44:06 +01:00
parent aa3217ae58
commit 0d5802bf74
2 changed files with 2 additions and 2 deletions

View File

@@ -151,7 +151,7 @@ pool with no way of using them to identify you.";
[NotNull]
public string SaveStatsText => "Save stats about your Aaru usage?";
[NotNull]
public string ShareStatsText => "Share your stats anonymously?";
public string ShareStatsText => "Share your stats (anonymously)?";
[NotNull]
public string CommandStatsText => "Gather statistics about command usage?";
[NotNull]