mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -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)
|
||||
|
||||
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:
|
||||
return alg.tr("The step must be greater than zero!")
|
||||
return None
|
||||
|
@ -4553,6 +4553,7 @@ muscial:musical
|
||||
muscician:musician
|
||||
muscicians:musicians
|
||||
musn't:mustn't
|
||||
muste:must
|
||||
mutiliated:mutilated
|
||||
mutiple:multiple
|
||||
mutliple:multiple
|
||||
|
Loading…
x
Reference in New Issue
Block a user