Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
nyalldawson committed Apr 9, 2016
1 parent fa3aba3 commit f90f999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsbrowserdockwidget.cpp
Expand Up @@ -277,7 +277,7 @@ QgsBrowserDockWidget::QgsBrowserDockWidget( const QString& name, QWidget * paren
mLayoutBrowser->addWidget( mBrowserView );

mWidgetFilter->hide();
mLeFilter->setPlaceholderText( tr( "Type here to visible items..." ) );
mLeFilter->setPlaceholderText( tr( "Type here to filter visible items..." ) );
// icons from http://www.fatcow.com/free-icons License: CC Attribution 3.0

QMenu* menu = new QMenu( this );
Expand Down

0 comments on commit f90f999

Please sign in to comment.