Rename the messages about internet to mention add-ons and not only news

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9395 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2011-07-31 01:26:31 +00:00
parent a031bd5731
commit b669180ea9
2 changed files with 4 additions and 4 deletions

View File

@ -34,7 +34,7 @@
<div width="75%" height="fit" layout="horizontal-row" >
<checkbox id="enable-internet"/>
<spacer width="20" height="100%" />
<label height="100%" I18N="In the ui settings" text="Internet STK news"/>
<label height="100%" I18N="In the ui settings" text="Allow STK to connect to the Internet"/>
</div>
<div width="75%" height="fit" layout="horizontal-row" >

View File

@ -1016,9 +1016,9 @@ int main(int argc, char *argv[] )
} // onCancel
}; // ConfirmServer
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 "
new MessageDialog(_("SuperTuxKart may connect to a server "
"to download add-ons and notify you of 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);
}
}