Skip to content

Commit ff76f65

Browse files
committed
Fix typo
1 parent f9ff8cc commit ff76f65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/qgsexpressionbuilderwidget.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ QgsExpressionBuilderWidget::QgsExpressionBuilderWidget( QWidget *parent )
9090
}
9191

9292
#if QT_VERSION >= 0x040700
93-
txtSearchEdit->setPlaceHolderText( tr( "Search" ) );
93+
txtSearchEdit->setPlaceholderText( tr( "Search" ) );
9494
#endif
9595
}
9696

0 commit comments

Comments
 (0)