Skip to content

Commit

Permalink
fix typo in double-click
Browse files Browse the repository at this point in the history
  • Loading branch information
signedav committed Sep 3, 2020
1 parent 4b8797d commit fcabfb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gui/vector/qgsattributesformproperties.cpp
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -543,11 +543,11 @@ void QgsAttributesFormProperties::loadAttributeSpecificEditor( QgsAttributesDnDT
{ {
if ( layout != QgsEditFormConfig::EditorLayout::TabLayout ) if ( layout != QgsEditFormConfig::EditorLayout::TabLayout )
{ {
loadInfoWidget( tr( "This configuration is available with double click in the Drag and Drop Designer" ) ); loadInfoWidget( tr( "This configuration is available with double-click in the Drag and Drop Designer" ) );
} }
else else
{ {
loadInfoWidget( tr( "This configuration is available with double click" ) ); loadInfoWidget( tr( "This configuration is available with double-click" ) );
} }
receiver->clearSelection(); receiver->clearSelection();
break; break;
Expand Down

0 comments on commit fcabfb2

Please sign in to comment.