Skip to content

Commit

Permalink
Misc typo/misnaming dialog fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ committed Sep 28, 2023
1 parent 4390845 commit 791abd8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/core/qgslegendrenderer.h
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ class CORE_EXPORT QgsLegendRenderer
};

/**
* An component group is an indivisible set of legend components (i.e. it is indivisible into more columns).
* A component group is an indivisible set of legend components (i.e. it is indivisible into more columns).
*
* A group may consist of one or more component(s), depending on the layer splitting mode:
*
Expand Down
2 changes: 1 addition & 1 deletion src/gui/qgsexpressionlineedit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

QgsExpressionLineEdit::QgsExpressionLineEdit( QWidget *parent )
: QWidget( parent )
, mExpressionDialogTitle( tr( "Expression Dialog" ) )
, mExpressionDialogTitle( tr( "Expression String Builder" ) )
{
mButton = new QToolButton();
mButton->setSizePolicy( QSizePolicy::Minimum, QSizePolicy::Minimum );
Expand Down
2 changes: 1 addition & 1 deletion src/gui/qgsfieldexpressionwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

QgsFieldExpressionWidget::QgsFieldExpressionWidget( QWidget *parent )
: QWidget( parent )
, mExpressionDialogTitle( tr( "Expression Dialog" ) )
, mExpressionDialogTitle( tr( "Expression String Builder" ) )
, mDistanceArea( nullptr )

{
Expand Down
2 changes: 1 addition & 1 deletion src/gui/qgsprojectionselectionwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

QgsProjectionSelectionWidget::QgsProjectionSelectionWidget( QWidget *parent )
: QWidget( parent )
, mDialogTitle( tr( "Select CRS" ) )
, mDialogTitle( tr( "Coordinate Reference System Selector" ) )
{

mCrsComboBox = new QgsHighlightableComboBox( this );
Expand Down

0 comments on commit 791abd8

Please sign in to comment.