Changed in a a text.

This commit is contained in:
Tom Vahlman 2012-02-14 14:21:54 +01:00
parent aa8381161e
commit c533aa0226

@ -128,7 +128,7 @@ public class MatchPeriodEditPanel extends Panel {
errorMsg.append(" Could not edit : ");
} else {
errorMsg.append(" Could not create new : ");
errorMsg.append(" Could not create : ");
}
Session.get().error(errorMsg.toString() + facade.getApplicationPeriodData(appPeriod) + " period already exists.");
}