Bug #1349: Mark to translate exception day type

FEA: ItEr76S04BugFixing
This commit is contained in:
Manuel Rego Casasnovas 2012-04-09 12:10:07 +02:00
parent bccd893fb3
commit 3bc613b301

View file

@ -1,7 +1,7 @@
/*
* This file is part of LibrePlan
*
* Copyright (C) 2010-2011 Igalia, S.L.
* Copyright (C) 2010-2012 Igalia, S.L.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@ -244,12 +244,12 @@ public class CalendarExceptionTypeCRUDController extends
@Override
protected String getEntityType() {
return "Exception Day Type";
return _("Exception Day Type");
}
@Override
protected String getPluralEntityType() {
return "Exception Day Types";
return _("Exception Day Types");
}
@Override