Skip to content

Commit

Permalink
translation string fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jan 13, 2018
1 parent 4568bcd commit 0c4e8d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/grass7/ext/r_horizon.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions scripts/spell_check/spelling.dat
Original file line number Diff line number Diff line change
Expand Up @@ -4553,6 +4553,7 @@ muscial:musical
muscician:musician
muscicians:musicians
musn't:mustn't
muste:must
mutiliated:mutilated
mutiple:multiple
mutliple:multiple
Expand Down

0 comments on commit 0c4e8d5

Please sign in to comment.