Skip to content

Commit 5526c6a

Browse files
author
borysiasty
committed
typo fix
git-svn-id: http://svn.osgeo.org/qgis/trunk@10516 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 801cb77 commit 5526c6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/grass/qgsgrasstools.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ void QgsGrassTools::closeTools()
431431

432432
void QgsGrassTools::on_mFilterInput_textChanged( QString theText )
433433
{
434-
QgsDebugMsg( "PluginManager filter changed to :" + theText );
434+
QgsDebugMsg( "GRASS modules filter changed to :" + theText );
435435
QRegExp::PatternSyntax mySyntax = QRegExp::PatternSyntax( QRegExp::RegExp );
436436
Qt::CaseSensitivity myCaseSensitivity = Qt::CaseInsensitive;
437437
QRegExp myRegExp( theText, myCaseSensitivity, mySyntax );

0 commit comments

Comments
 (0)