We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3cf1e0 commit 7a5133aCopy full SHA for 7a5133a
src/app/qgisapp.cpp
@@ -7162,7 +7162,7 @@ void QgisApp::mergeSelectedFeatures()
7162
if ( !isDefaultValue && !vl->fields().at( i ).convertCompatible( val ) )
7163
{
7164
messageBar()->pushMessage(
7165
- tr( "Invalid result" ),
+ tr( "Merge features" ),
7166
tr( "Could not store value '%1' in field of type %2" ).arg( attrs.at( i ).toString(), vl->fields().at( i ).typeName() ),
7167
QgsMessageBar::WARNING );
7168
}
@@ -7180,7 +7180,7 @@ void QgisApp::mergeSelectedFeatures()
7180
if ( !vl->addFeature( newFeature, false ) )
7181
7182
7183
7184
tr( "Invalid edit operation see the log for more info" ),
7185
7186
0 commit comments