Skip to content

Commit

Permalink
Use generic container in title
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored and nyalldawson committed Dec 4, 2019
1 parent 6e7ff13 commit c1acb01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsaddtaborgroup.cpp
Expand Up @@ -56,7 +56,7 @@ QgsAddTabOrGroup::QgsAddTabOrGroup( QgsVectorLayer *lyr, const QList < TabPair >

mColumnCountSpinBox->setValue( QgsSettings().value( QStringLiteral( "/qgis/attributeForm/defaultTabColumnCount" ), 1 ).toInt() );

setWindowTitle( tr( "Add Tab or Group for %1" ).arg( mLayer->name() ) );
setWindowTitle( tr( "Add Container for %1" ).arg( mLayer->name() ) );
}

QString QgsAddTabOrGroup::name()
Expand Down

0 comments on commit c1acb01

Please sign in to comment.