mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +00:00
translate new option
This commit is contained in:
@@ -255,8 +255,8 @@ public class SettingsPage extends TabPage<SettingsScreen> {
|
||||
},
|
||||
3);
|
||||
lstSettings.addItem(new BooleanSetting(FPref.UI_NETPLAY_COMPAT,
|
||||
"Experimental Network Compatibility",
|
||||
"Forge switches to compatible network stream. (If unsure, turn OFF this option)") {
|
||||
localizer.getMessage("lblExperimentalNetworkCompatibility"),
|
||||
localizer.getMessage("nlExperimentalNetworkCompatibility")) {
|
||||
@Override
|
||||
public void select() {
|
||||
super.select();
|
||||
|
||||
Reference in New Issue
Block a user