Skip to content

Commit

Permalink
Changed wording of stats view page. Removed word anonymous from stats…
Browse files Browse the repository at this point in the history
… collection as this is optional by the developer and should be clarified in thier respective privacy policy page.
  • Loading branch information
mrsharpoblunto committed Sep 22, 2014
1 parent 54b288a commit 326ba18
Show file tree
Hide file tree
Showing 3 changed files with 223 additions and 227 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public Game Game
_game = value;
Uri statsUrl = new Uri(_game.StatisticsService);
label3.Text = _game.Name + " is requesting permission to send gameplay statistics to " + statsUrl.Host;
label1.Text = _game.Name + " is requesting permission to send anonymous gameplay statistics to its developer "+_game.DeveloperName+@" in order to help improve this game.
label1.Text = _game.Name + " is requesting permission to send gameplay statistics to its developer "+_game.DeveloperName+@" in order to help improve this game.
Do you give your permission for these statistics to be sent?";
}
Expand Down
Loading

0 comments on commit 326ba18

Please sign in to comment.