From 94d6a6f7850ca829e9f8cdd781da05b6bdaaf8a7 Mon Sep 17 00:00:00 2001 From: hiker Date: Fri, 8 Feb 2019 18:15:21 +1100 Subject: [PATCH] Fixed incorrect message about where to find internet option. --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 0f9dea35e..b7615f5d3 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1814,7 +1814,7 @@ void askForInternetPermission() "Please read our privacy policy at http://privacy.supertuxkart.net. " "Would you like this feature to be enabled? (To change this setting " "at a later time, go to options, select tab " - "'User Interface', and edit \"Connect to the " + "'General', and edit \"Connect to the " "Internet\" and \"Send anonymous HW statistics\")."), MessageDialog::MESSAGE_DIALOG_YESNO, new ConfirmServer(), true, true, 0.7f, 0.7f);