Better message for translation.
This commit is contained in:
parent
bc27b0ed5f
commit
929b1a1275
|
@ -293,7 +293,7 @@ static bool validateAxisOptions( const wxTextCtrl& offsetEntry, const wxChoice&
|
||||||
}
|
}
|
||||||
|
|
||||||
long step;
|
long step;
|
||||||
ok = validateLongEntry( aStepEntry, step, _( "step" ), errors );
|
ok = validateLongEntry( aStepEntry, step, _( "step value" ), errors );
|
||||||
|
|
||||||
if( ok )
|
if( ok )
|
||||||
aAxis.SetStep( step );
|
aAxis.SetStep( step );
|
||||||
|
|
Loading…
Reference in New Issue