File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -110,10 +110,10 @@ QgsAdvancedDigitizingDockWidget::QgsAdvancedDigitizingDockWidget( QgsMapCanvas *
110
110
QActionGroup *angleButtonGroup = new QActionGroup ( menu ); // actions are exclusive for common angles
111
111
mCommonAngleActions = QMap<QAction *, int >();
112
112
QList< QPair< int , QString > > commonAngles;
113
- commonAngles << QPair<int , QString>( 0 , tr ( " Do not snap to common angles " ) );
114
- commonAngles << QPair<int , QString>( 30 , tr ( " Snap to 30° angles " ) );
115
- commonAngles << QPair<int , QString>( 45 , tr ( " Snap to 45° angles " ) );
116
- commonAngles << QPair<int , QString>( 90 , tr ( " Snap to 90° angles " ) );
113
+ commonAngles << QPair<int , QString>( 0 , tr ( " Do Not Snap to Common Angles " ) );
114
+ commonAngles << QPair<int , QString>( 30 , tr ( " Snap to 30° Angles " ) );
115
+ commonAngles << QPair<int , QString>( 45 , tr ( " Snap to 45° Angles " ) );
116
+ commonAngles << QPair<int , QString>( 90 , tr ( " Snap to 90° Angles " ) );
117
117
for ( QList< QPair< int , QString > >::const_iterator it = commonAngles.constBegin (); it != commonAngles.constEnd (); ++it )
118
118
{
119
119
QAction *action = new QAction ( it->second , menu );
You can’t perform that action at this time.
0 commit comments