Skip to content

Commit

Permalink
refrased messagelog title
Browse files Browse the repository at this point in the history
  • Loading branch information
luipir committed Sep 26, 2017
1 parent e3cf1e0 commit 7a5133a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/qgisapp.cpp
Expand Up @@ -7162,7 +7162,7 @@ void QgisApp::mergeSelectedFeatures()
if ( !isDefaultValue && !vl->fields().at( i ).convertCompatible( val ) )
{
messageBar()->pushMessage(
tr( "Invalid result" ),
tr( "Merge features" ),
tr( "Could not store value '%1' in field of type %2" ).arg( attrs.at( i ).toString(), vl->fields().at( i ).typeName() ),
QgsMessageBar::WARNING );
}
Expand All @@ -7180,7 +7180,7 @@ void QgisApp::mergeSelectedFeatures()
if ( !vl->addFeature( newFeature, false ) )
{
messageBar()->pushMessage(
tr( "Invalid result" ),
tr( "Merge features" ),
tr( "Invalid edit operation see the log for more info" ),
QgsMessageBar::WARNING );

Expand Down

0 comments on commit 7a5133a

Please sign in to comment.