mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-16 00:03:12 -04:00
translation string fix
This commit is contained in:
parent
4568bcdf1f
commit
0c4e8d57be
@ -34,7 +34,7 @@ def checkParameterValuesBeforeExecuting(alg, parameters, context):
|
|||||||
step = alg.parameterAsDouble(parameters, 'step', context)
|
step = alg.parameterAsDouble(parameters, 'step', context)
|
||||||
|
|
||||||
if start >= end:
|
if start >= end:
|
||||||
return alg.tr("The start position muste be inferior to the end position!")
|
return alg.tr("The start position must be inferior to the end position!")
|
||||||
if step == 0.0:
|
if step == 0.0:
|
||||||
return alg.tr("The step must be greater than zero!")
|
return alg.tr("The step must be greater than zero!")
|
||||||
return None
|
return None
|
||||||
|
@ -4553,6 +4553,7 @@ muscial:musical
|
|||||||
muscician:musician
|
muscician:musician
|
||||||
muscicians:musicians
|
muscicians:musicians
|
||||||
musn't:mustn't
|
musn't:mustn't
|
||||||
|
muste:must
|
||||||
mutiliated:mutilated
|
mutiliated:mutilated
|
||||||
mutiple:multiple
|
mutiple:multiple
|
||||||
mutliple:multiple
|
mutliple:multiple
|
||||||
|
Loading…
x
Reference in New Issue
Block a user