Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
relation editor widget name should be translated
  • Loading branch information
3nids committed Jan 10, 2022
1 parent ef40878 commit 0d75b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsrelationeditorwidget.cpp
Expand Up @@ -970,7 +970,7 @@ QString QgsRelationEditorWidgetFactory::type() const

QString QgsRelationEditorWidgetFactory::name() const
{
return QStringLiteral( "Relation Editor" );
return QObject::tr( "Relation Editor" );
}

QgsAbstractRelationEditorWidget *QgsRelationEditorWidgetFactory::create( const QVariantMap &config, QWidget *parent ) const
Expand Down

0 comments on commit 0d75b9c

Please sign in to comment.