Remove trailing spacing and punctuation in ui items

This commit is contained in:
Harrissou Sant-anna 2017-10-25 07:39:01 +02:00
parent cd178325d7
commit 2614ca1a96
4 changed files with 6 additions and 6 deletions

View File

@ -27,7 +27,7 @@
<item>
<widget class="QLabel" name="label_3">
<property name="text">
<string>An error occurred:</string>
<string>An error occurred</string>
</property>
</widget>
</item>
@ -51,7 +51,7 @@
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>An error occurred when executing a query:</string>
<string>An error occurred when executing a query</string>
</property>
</widget>
</item>
@ -68,7 +68,7 @@
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string>Query:</string>
<string>Query</string>
</property>
</widget>
</item>

View File

@ -33,7 +33,7 @@
<item row="2" column="0" >
<widget class="QLabel" name="label1" >
<property name="text" >
<string>Overall progress:</string>
<string>Overall progress</string>
</property>
</widget>
</item>

View File

@ -513,7 +513,7 @@ QString QgsProcessingUtils::formatHelpMapAsHtml( const QVariantMap &map, const Q
return QString();
};
QString s = QObject::tr( "<html><body><h2>Algorithm description</h2>\n " );
QString s = QObject::tr( "<html><body><h2>Algorithm description</h2>\n" );
s += QStringLiteral( "<p>" ) + getText( QStringLiteral( "ALG_DESC" ) ) + QStringLiteral( "</p>\n" );
s += QObject::tr( "<h2>Input parameters</h2>\n" );

View File

@ -942,7 +942,7 @@
<string>Geometry is read as a well known text string from the selected fields</string>
</property>
<property name="text">
<string>Well known text (WKT) </string>
<string>Well known text (WKT)</string>
</property>
</widget>
</item>