commit
2d0c929a70
@ -58,7 +58,7 @@
|
|||||||
<div layout="horizontal-row" proportion="1" height="fit">
|
<div layout="horizontal-row" proportion="1" height="fit">
|
||||||
<checkbox id="perPlayerDifficulty"/>
|
<checkbox id="perPlayerDifficulty"/>
|
||||||
<spacer width="20" height="100%" />
|
<spacer width="20" height="100%" />
|
||||||
<label height="100%" I18N="In the ui settings" text="Enable handicaped users"/>
|
<label height="100%" I18N="In the ui settings" text="Enable handicapped users"/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -1131,8 +1131,8 @@ void askForInternetPermission()
|
|||||||
"anonymous hardware statistics to help with the development of STK. "
|
"anonymous hardware statistics to help with the development of STK. "
|
||||||
"Would you like this feature to be enabled? (To change this setting "
|
"Would you like this feature to be enabled? (To change this setting "
|
||||||
"at a later time, go to options, select tab "
|
"at a later time, go to options, select tab "
|
||||||
"'User Interface', and edit \"Allow STK to connect to the "
|
"'User Interface', and edit \"Connect to the "
|
||||||
"Internet\" and \"Allow STK to send anonymous HW statistics\")."),
|
"Internet\" and \"Send anonymous HW statistics\")."),
|
||||||
MessageDialog::MESSAGE_DIALOG_YESNO,
|
MessageDialog::MESSAGE_DIALOG_YESNO,
|
||||||
new ConfirmServer(), true);
|
new ConfirmServer(), true);
|
||||||
}
|
}
|
||||||
|
@ -488,7 +488,7 @@ void MainMenuScreen::eventCallback(Widget* widget, const std::string& name,
|
|||||||
new MessageDialog(_("You can not play online without internet access. "
|
new MessageDialog(_("You can not play online without internet access. "
|
||||||
"If you want to play online, go to options, select "
|
"If you want to play online, go to options, select "
|
||||||
" tab 'User Interface', and edit "
|
" tab 'User Interface', and edit "
|
||||||
"\"Allow STK to connect to the Internet\"."));
|
"\"Connect to the Internet\"."));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (PlayerManager::getCurrentOnlineId())
|
if (PlayerManager::getCurrentOnlineId())
|
||||||
@ -513,7 +513,7 @@ void MainMenuScreen::eventCallback(Widget* widget, const std::string& name,
|
|||||||
new MessageDialog(_("You can not download addons without internet access. "
|
new MessageDialog(_("You can not download addons without internet access. "
|
||||||
"If you want to download addons, go to options, select "
|
"If you want to download addons, go to options, select "
|
||||||
" tab 'User Interface', and edit "
|
" tab 'User Interface', and edit "
|
||||||
"\"Allow STK to connect to the Internet\"."));
|
"\"Connect to the Internet\"."));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
AddonsScreen::getInstance()->push();
|
AddonsScreen::getInstance()->push();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user