General cleanup and fixes of texts and labels

This commit is contained in:
Adam Dunkels 2012-05-31 18:04:40 +02:00
parent cb00219096
commit 34c2cef205
15 changed files with 105 additions and 87 deletions

View file

@ -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;