<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body text="#000000" bgcolor="#ffffff">
I think I found a copy-paste error.
src/app/gps/qgsgpsinformationwidget.cpp file contains the following
string:<br>
<meta name="qrichtext" content="1">
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<style type="text/css">
p, li { white-space: pre-wrap; }
</style>
<p style="margin: 0px; text-indent: 0px;"><!--StartFragment-->
QMessageBox::critical( 0, tr( "Multipart shape type not supported" ),
tr(</p>
<p style="margin: 0px; text-indent: 0px;"> "Adding features to
multipart shapetypes is not supported yet. Please "</p>
<p style="margin: 0px; text-indent: 0px;"> "select a different
editable, non 2.5D layer and try again." ) );<!--EndFragment--></p>
Shouldn't it be "select a different editable, non multipart layer and
try again."
</body>
</html>