General cleanup and fixes of texts and labels
This commit is contained in:
parent
cb00219096
commit
34c2cef205
15 changed files with 105 additions and 87 deletions
|
@ -1052,7 +1052,7 @@ public class Simulation extends Observable implements Runnable {
|
|||
|
||||
// Change current radio medium to new one
|
||||
if (radioMedium == null) {
|
||||
logger.fatal("Radio medium could not be created!");
|
||||
logger.fatal("Radio medium could not be created.");
|
||||
return;
|
||||
}
|
||||
this.currentRadioMedium = radioMedium;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue