We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 1f95ab6 commit 838273aCopy full SHA for 838273a
src/gui/qgsattributeform.cpp
@@ -1357,7 +1357,7 @@ void QgsAttributeForm::init()
1357
}
1358
else
1359
{
1360
- w = new QLabel( QStringLiteral( "<p style=\"color: red; font-style: italic;\">%1</p>" ).arg( tr( "Failed to create widget with type '%1'" ), widgetSetup.type() ) );
+ w = new QLabel( QStringLiteral( "<p style=\"color: red; font-style: italic;\">%1</p>" ).arg( tr( "Failed to create widget with type '%1'" ).arg( widgetSetup.type() ) ) );
1361
1362
1363
0 commit comments