Fix typo precision is just with 1 s

FEA: ItEr76S03Community
This commit is contained in:
Manuel Rego Casasnovas 2012-01-13 17:21:47 +01:00
parent ac1c7e773b
commit f389d42c2e
2 changed files with 2 additions and 2 deletions

View file

@ -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());
}

View file

@ -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