implemented shunting trains
This commit is contained in:
@@ -68,7 +68,7 @@ public class DetermineTrainInBlock extends Action {
|
||||
}
|
||||
|
||||
public String toString() {
|
||||
return isSet(block) ? t("Determine, which train is in {}",block) : t("[Click here to select block!]");
|
||||
return isSet(block) ? t("Determine, which train is in {}",block) : "["+t("Click here to select block!")+"]";
|
||||
};
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user