Skip to content

Commit

Permalink
write correct tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
signedav authored and m-kuhn committed Jan 12, 2018
1 parent 9ca48f5 commit 75efd51
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/qgsattributerelationedit.cpp
Expand Up @@ -6,7 +6,7 @@ QgsAttributeRelationEdit::QgsAttributeRelationEdit( const QString &relationid, Q
mRelationId( relationid )
{
setupUi( this );
coCardinality->setToolTip( QStringLiteral( "For many to many relation, the direct link has to be selected. In-between table will be hidden." ) );
coCardinality->setToolTip( tr( "For a many to many (N:M) relation, the direct link has to be selected. The in-between table will be hidden." ) );
}

void QgsAttributeRelationEdit::setCardinalityCombo( const QString &cardinalityComboItem, const QVariant &auserData )
Expand Down
1 change: 0 additions & 1 deletion src/app/qgsattributesformproperties.cpp
Expand Up @@ -749,7 +749,6 @@ QgsAttributesFormProperties::FieldConfig::operator QVariant()
* RelationConfig implementation
*/
QgsAttributesFormProperties::RelationConfig::RelationConfig()
: mCardinality( QVariant() )
{
}

Expand Down

0 comments on commit 75efd51

Please sign in to comment.