Fix typo precision is just with 1 s
FEA: ItEr76S03Community
This commit is contained in:
parent
af2e059825
commit
46eb26b0d4
2 changed files with 2 additions and 2 deletions
|
|
@ -1280,7 +1280,7 @@ public class ManageOrderElementAdvancesController extends
|
|||
}
|
||||
if (!manageOrderElementAdvancesModel.isPrecisionValid(measurement)) {
|
||||
return _(
|
||||
"Value must be a multiple of the precission value of the progress type: {0}",
|
||||
"Value must be a multiple of the precision value of the progress type: {0}",
|
||||
manageOrderElementAdvancesModel.getUnitPrecision()
|
||||
.stripTrailingZeros().toPlainString());
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2786,7 +2786,7 @@ msgstr ""
|
|||
|
||||
#: libreplan-webapp/src/main/java/org/libreplan/web/orders/ManageOrderElementAdvancesController.java:1283
|
||||
msgid ""
|
||||
"Value must be a multiple of the precission value of the progress type: {0}"
|
||||
"Value must be a multiple of the precision value of the progress type: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: libreplan-webapp/src/main/webapp/orders/components/_orderElementTree.zul:75
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue