Skip to content

Commit

Permalink
relation editor widget name should be translated
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids authored and github-actions[bot] committed Jan 10, 2022
1 parent 4a9a232 commit 3c8180f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsrelationeditorwidget.cpp
Expand Up @@ -661,7 +661,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 3c8180f

Please sign in to comment.