From 3bc613b301532fe0e8aed3ae10fa6106dd021446 Mon Sep 17 00:00:00 2001 From: Manuel Rego Casasnovas Date: Mon, 9 Apr 2012 12:10:07 +0200 Subject: [PATCH] Bug #1349: Mark to translate exception day type FEA: ItEr76S04BugFixing --- .../exceptionDays/CalendarExceptionTypeCRUDController.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libreplan-webapp/src/main/java/org/libreplan/web/exceptionDays/CalendarExceptionTypeCRUDController.java b/libreplan-webapp/src/main/java/org/libreplan/web/exceptionDays/CalendarExceptionTypeCRUDController.java index 08deec2ad..bb0865909 100644 --- a/libreplan-webapp/src/main/java/org/libreplan/web/exceptionDays/CalendarExceptionTypeCRUDController.java +++ b/libreplan-webapp/src/main/java/org/libreplan/web/exceptionDays/CalendarExceptionTypeCRUDController.java @@ -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