Skip to content

Commit e85392b

Browse files
DelazJnyalldawson
authored andcommitted
Misc typo/misnaming dialog fixes
1 parent f53b318 commit e85392b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/core/qgslegendrenderer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ class CORE_EXPORT QgsLegendRenderer
166166
};
167167

168168
/**
169-
* An component group is an indivisible set of legend components (i.e. it is indivisible into more columns).
169+
* A component group is an indivisible set of legend components (i.e. it is indivisible into more columns).
170170
*
171171
* A group may consist of one or more component(s), depending on the layer splitting mode:
172172
*

src/gui/qgsexpressionlineedit.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
QgsExpressionLineEdit::QgsExpressionLineEdit( QWidget *parent )
3333
: QWidget( parent )
34-
, mExpressionDialogTitle( tr( "Expression Dialog" ) )
34+
, mExpressionDialogTitle( tr( "Expression String Builder" ) )
3535
{
3636
mButton = new QToolButton();
3737
mButton->setSizePolicy( QSizePolicy::Minimum, QSizePolicy::Minimum );

src/gui/qgsfieldexpressionwidget.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
QgsFieldExpressionWidget::QgsFieldExpressionWidget( QWidget *parent )
3333
: QWidget( parent )
34-
, mExpressionDialogTitle( tr( "Expression Dialog" ) )
34+
, mExpressionDialogTitle( tr( "Expression String Builder" ) )
3535
, mDistanceArea( nullptr )
3636

3737
{

src/gui/qgsprojectionselectionwidget.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
QgsProjectionSelectionWidget::QgsProjectionSelectionWidget( QWidget *parent )
2828
: QWidget( parent )
29-
, mDialogTitle( tr( "Select CRS" ) )
29+
, mDialogTitle( tr( "Coordinate Reference System Selector" ) )
3030
{
3131

3232
mCrsComboBox = new QgsHighlightableComboBox( this );

0 commit comments

Comments
 (0)