Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
translation string fix
- Loading branch information
|
@@ -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 |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.