Skip to content

Commit 1904a43

Browse files
committedJun 27, 2018
fix typo
1 parent 17a0593 commit 1904a43

File tree

6 files changed

+10
-9
lines changed

6 files changed

+10
-9
lines changed
 

‎python/gui/auto_generated/editorwidgets/qgsrelationwidgetwrapper.sip.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ Constructor for QgsRelationWidgetWrapper
2525

2626
bool showLabel() const;
2727
%Docstring
28-
Defines if a title lable should be shown for this widget.
28+
Defines if a title label should be shown for this widget.
2929
Only has an effect after widget() has been called at least once.
3030

3131
.. versionadded:: 2.18
3232
%End
3333

3434
void setShowLabel( bool showLabel );
3535
%Docstring
36-
Defines if a title lable should be shown for this widget.
36+
Defines if a title label should be shown for this widget.
3737
Only has an effect after widget() has been called at least once.
3838

3939
.. versionadded:: 2.18

‎python/gui/auto_generated/qgsattributeformeditorwidget.sip.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Set the constraint status for this widget.
6868

6969
void setConstraintResultVisible( bool editable );
7070
%Docstring
71-
Set the constraint result lable visible or invisible according to the layer editable status
71+
Set the constraint result label visible or invisible according to the layer editable status
7272
%End
7373

7474
public slots:

‎scripts/spell_check/spelling.dat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4123,6 +4123,7 @@ labatory:laboratory
41234123
labelling:labeling
41244124
labled:labeled
41254125
lables:labels:*
4126+
lable:label
41264127
labour:labor
41274128
labratory:laboratory
41284129
laguage:language

‎src/app/qgsattributetypedialog.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,17 +64,17 @@ class APP_EXPORT QgsAttributeTypeDialog: public QWidget, private Ui::QgsAttribut
6464
bool labelOnTop() const;
6565

6666
/**
67-
* Setter for lable alias
67+
* Setter for label alias
6868
*/
6969
void setAlias( const QString &alias );
7070

7171
/**
72-
* Getter for lable alias
72+
* Getter for label alias
7373
*/
7474
QString alias() const;
7575

7676
/**
77-
* Setter for lable comment
77+
* Setter for label comment
7878
*/
7979
void setComment( const QString &comment );
8080

‎src/gui/editorwidgets/qgsrelationwidgetwrapper.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ class GUI_EXPORT QgsRelationWidgetWrapper : public QgsWidgetWrapper
3737
explicit QgsRelationWidgetWrapper( QgsVectorLayer *vl, const QgsRelation &relation, QWidget *editor = nullptr, QWidget *parent SIP_TRANSFERTHIS = nullptr );
3838

3939
/**
40-
* Defines if a title lable should be shown for this widget.
40+
* Defines if a title label should be shown for this widget.
4141
* Only has an effect after widget() has been called at least once.
4242
*
4343
* \since QGIS 2.18
4444
*/
4545
bool showLabel() const;
4646

4747
/**
48-
* Defines if a title lable should be shown for this widget.
48+
* Defines if a title label should be shown for this widget.
4949
* Only has an effect after widget() has been called at least once.
5050
*
5151
* \since QGIS 2.18

‎src/gui/qgsattributeformeditorwidget.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ class GUI_EXPORT QgsAttributeFormEditorWidget : public QgsAttributeFormWidget
8383
void setConstraintStatus( const QString &constraint, const QString &description, const QString &err, QgsEditorWidgetWrapper::ConstraintResult result );
8484

8585
/**
86-
* Set the constraint result lable visible or invisible according to the layer editable status
86+
* Set the constraint result label visible or invisible according to the layer editable status
8787
*/
8888
void setConstraintResultVisible( bool editable );
8989

0 commit comments

Comments
 (0)
Please sign in to comment.