Change popup message now that we have yes/no

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8149 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2011-03-31 16:25:08 +00:00
parent b056d06ea9
commit 4a8c7c05e0

View File

@ -928,9 +928,10 @@ int main(int argc, char *argv[] )
}
};
new MessageDialog(_("SuperTuxKart now supports a news server "
"to display updates. To enable this, go to options, then "
"User Interface, and select \"Internet STK news\"."), new ConfirmServer(), true);
new MessageDialog(_("SuperTuxKart may connect to a news server "
"to display updates. 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 \"Internet STK news\")."), new ConfirmServer(), true);
}
}
else