mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-05 00:04:40 -05:00
spelling fixes
This commit is contained in:
parent
1dde1b0a41
commit
f8f25289d3
@ -48,7 +48,7 @@ class QgsTracer : QObject
|
||||
enum PathError
|
||||
{
|
||||
ErrNone, //!< No error
|
||||
ErrTooManyFeatures, //!< Max feature count treshold was reached while reading features
|
||||
ErrTooManyFeatures, //!< Max feature count threshold was reached while reading features
|
||||
ErrPoint1, //!< Start point cannot be joined to the graph
|
||||
ErrPoint2, //!< End point cannot be joined to the graph
|
||||
ErrNoPath, //!< Points are not connected in the graph
|
||||
|
||||
@ -17,6 +17,6 @@
|
||||
|
||||
|
||||
RE=$(echo $(cut -d: -f1 scripts/spelling.dat | sed -e 's/^/\\</; s/$/\\>|/;') | sed -e 's/| /|/g; s/|$//;')
|
||||
EX="\.(svn-base|tmp|xpm|ts|o)|spelling\.dat|Exception_to_GPL_for_Qt.txt|sqlite3.c|debian/build|ms-windows/osgeo4w|ChangeLog|src/plugins/grass/qtermwidget|src/app/gps/qwtpolar-1.0|debian/tmp|src/plugins/dxf2shp_converter/dxflib"
|
||||
EX="\.(svn-base|tmp|xpm|ts|o)|spelling\.dat|Exception_to_GPL_for_Qt.txt|sqlite3.c|debian/build|ms-windows/osgeo4w|ChangeLog|src/plugins/grass/qtermwidget|src/app/gps/qwtpolar-1.0|debian/tmp|src/plugins/dxf2shp_converter/dxflib|python/ext-libs"
|
||||
|
||||
egrep --exclude-dir=.git --color=always "$RE" -ir . | egrep -iv "$EX"
|
||||
|
||||
@ -1115,7 +1115,7 @@ void QgsLabelingGui::populateDataDefinedButtons( QgsPalLayerSettings& s )
|
||||
"<b>6</b>=Below Left|<b>7</b>=Below|<b>8</b>=Below Right]" ) );
|
||||
mPointPositionOrderDDBtn->init( mLayer, s.dataDefinedProperty( QgsPalLayerSettings::PredefinedPositionOrder ),
|
||||
QgsDataDefinedButton::String,
|
||||
tr( "Comma seperated list of placements in order of priority<br>" )
|
||||
tr( "Comma separated list of placements in order of priority<br>" )
|
||||
+ QLatin1String( "[<b>TL</b>=Top left|<b>TSL</b>=Top, slightly left|<b>T</b>=Top middle|<br>"
|
||||
"<b>TSR</b>=Top, slightly right|<b>TR</b>=Top right|<br>"
|
||||
"<b>L</b>=Left|<b>R</b>=Right|<br>"
|
||||
|
||||
@ -428,7 +428,7 @@ void extractLinework( const QgsGeometry* g, QgsMultiPolyline& mpl )
|
||||
break;
|
||||
|
||||
default:
|
||||
break; // unkown type - do nothing
|
||||
break; // unknown type - do nothing
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -75,7 +75,7 @@ class CORE_EXPORT QgsTracer : public QObject
|
||||
enum PathError
|
||||
{
|
||||
ErrNone, //!< No error
|
||||
ErrTooManyFeatures, //!< Max feature count treshold was reached while reading features
|
||||
ErrTooManyFeatures, //!< Max feature count threshold was reached while reading features
|
||||
ErrPoint1, //!< Start point cannot be joined to the graph
|
||||
ErrPoint2, //!< End point cannot be joined to the graph
|
||||
ErrNoPath, //!< Points are not connected in the graph
|
||||
|
||||
@ -194,7 +194,7 @@
|
||||
<item>
|
||||
<widget class="QGroupBox" name="mFilePickerGroupBox">
|
||||
<property name="title">
|
||||
<string>Display ressource path</string>
|
||||
<string>Display resource path</string>
|
||||
</property>
|
||||
<property name="checkable">
|
||||
<bool>true</bool>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user