Skip to content

Commit 2614ca1

Browse files
committedOct 26, 2017
Remove trailing spacing and punctuation in ui items
1 parent cd17832 commit 2614ca1

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed
 

‎python/plugins/db_manager/ui/DlgDbError.ui

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<item>
2828
<widget class="QLabel" name="label_3">
2929
<property name="text">
30-
<string>An error occurred:</string>
30+
<string>An error occurred</string>
3131
</property>
3232
</widget>
3333
</item>
@@ -51,7 +51,7 @@
5151
<item>
5252
<widget class="QLabel" name="label">
5353
<property name="text">
54-
<string>An error occurred when executing a query:</string>
54+
<string>An error occurred when executing a query</string>
5555
</property>
5656
</widget>
5757
</item>
@@ -68,7 +68,7 @@
6868
<item>
6969
<widget class="QLabel" name="label_2">
7070
<property name="text">
71-
<string>Query:</string>
71+
<string>Query</string>
7272
</property>
7373
</widget>
7474
</item>

‎python/pyplugin_installer/qgsplugininstallerfetchingbase.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<item row="2" column="0" >
3434
<widget class="QLabel" name="label1" >
3535
<property name="text" >
36-
<string>Overall progress:</string>
36+
<string>Overall progress</string>
3737
</property>
3838
</widget>
3939
</item>

‎src/core/processing/qgsprocessingutils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ QString QgsProcessingUtils::formatHelpMapAsHtml( const QVariantMap &map, const Q
513513
return QString();
514514
};
515515

516-
QString s = QObject::tr( "<html><body><h2>Algorithm description</h2>\n " );
516+
QString s = QObject::tr( "<html><body><h2>Algorithm description</h2>\n" );
517517
s += QStringLiteral( "<p>" ) + getText( QStringLiteral( "ALG_DESC" ) ) + QStringLiteral( "</p>\n" );
518518
s += QObject::tr( "<h2>Input parameters</h2>\n" );
519519

‎src/ui/qgsdelimitedtextsourceselectbase.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -942,7 +942,7 @@
942942
<string>Geometry is read as a well known text string from the selected fields</string>
943943
</property>
944944
<property name="text">
945-
<string>Well known text (WKT) </string>
945+
<string>Well known text (WKT)</string>
946946
</property>
947947
</widget>
948948
</item>

0 commit comments

Comments
 (0)
Please sign in to comment.