Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix 'allow to' typos
  • Loading branch information
nyalldawson committed Aug 31, 2020
1 parent e39d8b1 commit 2135d03
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion python/gui/auto_generated/qgsnewvectortabledialog.sip.in
Expand Up @@ -16,7 +16,7 @@ class QgsNewVectorTableDialog : QDialog
The QgsNewVectorTableDialog class is a provider-agnostic database vector
and aspatial table designer dialog based on the connections API.

It allows to design a new vector or aspatial database table by defining the schema
It allows designing a new vector or aspatial database table by defining the schema
(if supported by the provider) and table name, the list of QgsFields,
the optional geometry type and SRID.

Expand Down
Expand Up @@ -48,7 +48,7 @@ QString QgsNearestNeighbourAnalysisAlgorithm::groupId() const
QString QgsNearestNeighbourAnalysisAlgorithm::shortHelpString() const
{
return QObject::tr( "This algorithm performs nearest neighbor analysis for a point layer.\n\n"
"The output allows to understand how your data are distributed (clustered, randomly or distributed).\n\n"
"The output describes how the data are distributed (clustered, randomly or distributed).\n\n"
"Output is generated as an HTML file with the computed statistical values." );
}

Expand Down
2 changes: 1 addition & 1 deletion src/app/qgisapp.h
Expand Up @@ -1891,7 +1891,7 @@ class APP_EXPORT QgisApp : public QMainWindow, private Ui::MainWindow
void enableDigitizeWithCurve( bool enable );

/**
* Enables the action that allows to enable or disable digitizing with curve
* Enables the action that toggles digitizing with curve
* \since QGIS 3.16
*/
void enableDigitizeWithCurveAction( bool enable );
Expand Down
2 changes: 1 addition & 1 deletion src/gui/qgsnewvectortabledialog.h
Expand Up @@ -34,7 +34,7 @@ class QgsNewVectorTableFieldModel;
* The QgsNewVectorTableDialog class is a provider-agnostic database vector
* and aspatial table designer dialog based on the connections API.
*
* It allows to design a new vector or aspatial database table by defining the schema
* It allows designing a new vector or aspatial database table by defining the schema
* (if supported by the provider) and table name, the list of QgsFields,
* the optional geometry type and SRID.
*
Expand Down

0 comments on commit 2135d03

Please sign in to comment.