Skip to content

Commit 683cab0

Browse files
committed
Fix typo
1 parent 4285d70 commit 683cab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/qgsorderbydialog.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ void QgsOrderByDialog::setRow( int row, const QgsFeatureRequest::OrderByClause&
112112

113113
QComboBox* ascComboBox = new QComboBox();
114114
ascComboBox->addItem( tr( "Ascending" ) );
115-
ascComboBox->addItem( tr( "Descencing" ) );
115+
ascComboBox->addItem( tr( "Descending" ) );
116116
ascComboBox->setCurrentIndex( orderByClause.ascending() ? 0 : 1 );
117117

118118
QComboBox* nullsFirstComboBox = new QComboBox();

0 commit comments

Comments
 (0)