Skip to content

Commit

Permalink
Good typography
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jun 20, 2018
1 parent 8d6ce61 commit e489761
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/gui/editorwidgets/core/qgssearchwidgetwrapper.cpp
Expand Up @@ -52,15 +52,15 @@ QString QgsSearchWidgetWrapper::toString( QgsSearchWidgetWrapper::FilterFlag fla
case EqualTo:
return QObject::tr( "Equal to (=)" );
case NotEqualTo:
return QObject::tr( "Not equal to (!=)" );
return QObject::tr( "Not equal to ()" );
case GreaterThan:
return QObject::tr( "Greater than (>)" );
case LessThan:
return QObject::tr( "Less than (<)" );
case GreaterThanOrEqualTo:
return QObject::tr( "Greater than or equal to (>=)" );
return QObject::tr( "Greater than or equal to ()" );
case LessThanOrEqualTo:
return QObject::tr( "Less than or equal to (<=)" );
return QObject::tr( "Less than or equal to ()" );
case Between:
return QObject::tr( "Between (inclusive)" );
case IsNotBetween:
Expand Down

0 comments on commit e489761

Please sign in to comment.