Skip to content

Commit

Permalink
Merge pull request #38576 from signedav/spellfix
Browse files Browse the repository at this point in the history
Fix typo "double-click"
  • Loading branch information
signedav committed Sep 3, 2020
2 parents 4b8797d + fcabfb2 commit f7e70ba
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 f7e70ba

Please sign in to comment.