Bug #1349: Mark to translate exception day type
FEA: ItEr76S04BugFixing
This commit is contained in:
parent
bccd893fb3
commit
3bc613b301
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue