Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix typo in double-click
  • 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
Expand Up @@ -543,11 +543,11 @@ void QgsAttributesFormProperties::loadAttributeSpecificEditor( QgsAttributesDnDT
{
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
{
loadInfoWidget( tr( "This configuration is available with double click" ) );
loadInfoWidget( tr( "This configuration is available with double-click" ) );
}
receiver->clearSelection();
break;
Expand Down

0 comments on commit fcabfb2

Please sign in to comment.