[i18n] Changed "order sequence" for "entity sequence"
FEA: ItEr74S04BugFixing
This commit is contained in:
parent
43b2df69fc
commit
d88f5703cb
3 changed files with 7 additions and 7 deletions
|
|
@ -79,7 +79,7 @@ public class EntitySequenceDAO extends
|
|||
if (entitySequence.getLastValue() > 0) {
|
||||
throw new IllegalArgumentException(
|
||||
I18nHelper
|
||||
._("You can not remove this order sequence, it is already in use"));
|
||||
._("You can not remove this entity sequence, it is already in use"));
|
||||
}
|
||||
|
||||
remove(entitySequence.getId());
|
||||
|
|
@ -157,4 +157,4 @@ public class EntitySequenceDAO extends
|
|||
}
|
||||
return numberOfDigits;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -87,7 +87,7 @@ public class EntitySequence extends BaseEntity {
|
|||
if (isAlreadyInUse()) {
|
||||
throw new IllegalArgumentException(
|
||||
I18nHelper
|
||||
._("You can not modifiy this order sequence, it is already in use"));
|
||||
._("You can not modifiy this entity sequence, it is already in use"));
|
||||
}
|
||||
|
||||
this.prefix = prefix;
|
||||
|
|
@ -128,7 +128,7 @@ public class EntitySequence extends BaseEntity {
|
|||
if (isAlreadyInUse()) {
|
||||
throw new IllegalArgumentException(
|
||||
I18nHelper
|
||||
._("You can not modifiy this order sequence, it is already in use"));
|
||||
._("You can not modifiy this entity sequence, it is already in use"));
|
||||
}
|
||||
|
||||
if ((numberOfDigits != null)
|
||||
|
|
@ -226,4 +226,4 @@ public class EntitySequence extends BaseEntity {
|
|||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6950,7 +6950,7 @@ msgid "Project creation allowed"
|
|||
msgstr ""
|
||||
|
||||
#: navalplanner-business/src/main/java/org/navalplanner/business/common/daos/EntitySequenceDAO.java:82
|
||||
msgid "You can not remove this order sequence, it is already in use"
|
||||
msgid "You can not remove this entity sequence, it is already in use"
|
||||
msgstr ""
|
||||
|
||||
#: navalplanner-business/src/main/java/org/navalplanner/business/common/entities/ProgressType.java:36
|
||||
|
|
@ -6967,7 +6967,7 @@ msgstr ""
|
|||
|
||||
#: navalplanner-business/src/main/java/org/navalplanner/business/common/entities/EntitySequence.java:90
|
||||
#: navalplanner-business/src/main/java/org/navalplanner/business/common/entities/EntitySequence.java:131
|
||||
msgid "You can not modifiy this order sequence, it is already in use"
|
||||
msgid "You can not modifiy this entity sequence, it is already in use"
|
||||
msgstr ""
|
||||
|
||||
#: navalplanner-business/src/main/java/org/navalplanner/business/common/entities/EntitySequence.java:140
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue