Better message for translation.

This commit is contained in:
jean-pierre charras 2019-06-09 12:05:42 +02:00
parent bc27b0ed5f
commit 929b1a1275
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ static bool validateAxisOptions( const wxTextCtrl& offsetEntry, const wxChoice&
}
long step;
ok = validateLongEntry( aStepEntry, step, _( "step" ), errors );
ok = validateLongEntry( aStepEntry, step, _( "step value" ), errors );
if( ok )
aAxis.SetStep( step );