Skip to content

Commit

Permalink
New 'Distribute' description strings updated
Browse files Browse the repository at this point in the history
  • Loading branch information
nastasi-oq committed Mar 10, 2019
1 parent 37d482c commit cff7c35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/layout/qgslayoutaligner.cpp
Expand Up @@ -370,15 +370,15 @@ QString QgsLayoutAligner::undoText( Distribution distribution )
case DistributeHCenter:
return QObject::tr( "Distribute Items by Horizontal Center" );
case DistributeHSpace:
return QObject::tr( "Distribute Items by Horizontal Equispaced" );
return QObject::tr( "Distribute Horizontal Spacing Equally" );
case DistributeRight:
return QObject::tr( "Distribute Items by Right" );
case DistributeTop:
return QObject::tr( "Distribute Items by Top" );
case DistributeVCenter:
return QObject::tr( "Distribute Items by Vertical Center" );
case DistributeVSpace:
return QObject::tr( "Distribute Items by Vertical Equispaced" );
return QObject::tr( "Distribute Vertical Spacing Equally" );
case DistributeBottom:
return QObject::tr( "Distribute Items by Bottom" );
}
Expand Down

0 comments on commit cff7c35

Please sign in to comment.