Skip to content

Commit 1efb96b

Browse files
DelazJnyalldawson
authored andcommittedFeb 12, 2019
Some tweaks on translatable strings
1 parent 2729af6 commit 1efb96b

8 files changed

+13
-14
lines changed
 

‎src/analysis/processing/qgsalgorithmpromotetomultipart.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ QString QgsPromoteToMultipartAlgorithm::shortHelpString() const
5555
return QObject::tr( "This algorithm takes a vector layer with singlepart geometries and generates a new one in which all geometries are "
5656
"multipart. Input features which are already multipart features will remain unchanged." ) +
5757
QStringLiteral( "\n\n" ) +
58-
QObject::tr( "This algorithm can be used to force geometries to multipart types in order to be compatibility with data providers "
58+
QObject::tr( "This algorithm can be used to force geometries to multipart types in order to be compatible with data providers "
5959
"with strict singlepart/multipart compatibility checks." ) +
6060
QStringLiteral( "\n\n" ) +
6161
QObject::tr( "See the 'Collect geometries' or 'Aggregate' algorithms for alternative options." );

‎src/app/layout/qgslayoutdesignerdialog.cpp

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3845,10 +3845,9 @@ void QgsLayoutDesignerDialog::showSvgExportWarning()
38453845
m.setCheckBoxVisible( true );
38463846
m.setCheckBoxQgsSettingsLabel( QStringLiteral( "/UI/displaySVGWarning" ) );
38473847
m.setMessageAsHtml( tr( "<p>The SVG export function in QGIS has several "
3848-
"problems due to bugs and deficiencies in the " )
3849-
+ tr( "underlying Qt SVG library. In particular, there are problems "
3850-
"with layers not being clipped to the map "
3851-
"bounding box.</p>" )
3848+
"problems due to bugs and deficiencies in the "
3849+
"underlying Qt SVG library. In particular, there are problems "
3850+
"with layers not being clipped to the map bounding box.</p>" )
38523851
+ tr( "If you require a vector-based output file from "
38533852
"QGIS it is suggested that you try exporting "
38543853
"to PDF if the SVG output is not "

‎src/plugins/globe/qgsglobeplugindialog.ui

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
</sizepolicy>
6969
</property>
7070
<property name="text">
71-
<string>Override Date / Time (UTC):</string>
71+
<string>Override Date / Time (UTC)</string>
7272
</property>
7373
</widget>
7474
</item>
@@ -229,7 +229,7 @@
229229
</sizepolicy>
230230
</property>
231231
<property name="text">
232-
<string>Vertical scale:</string>
232+
<string>Vertical scale</string>
233233
</property>
234234
</widget>
235235
</item>
@@ -602,7 +602,7 @@
602602
<item row="2" column="0">
603603
<widget class="QLabel" name="labelScrollSensitivity">
604604
<property name="text">
605-
<string>Sensitivity:</string>
605+
<string>Sensitivity</string>
606606
</property>
607607
</widget>
608608
</item>

‎src/ui/layout/qgslayoutatlaswidgetbase.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
<item row="0" column="0">
185185
<widget class="QLabel" name="mHorizontalAlignementLabel">
186186
<property name="text">
187-
<string>Coverage layer </string>
187+
<string>Coverage layer</string>
188188
</property>
189189
</widget>
190190
</item>

‎src/ui/layout/qgslayoutscalebarwidgetbase.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
<item row="2" column="1">
174174
<widget class="QLineEdit" name="mUnitLabelLineEdit">
175175
<property name="toolTip">
176-
<string>Text used for labeling the scalebar units, e.g., &quot;m&quot; or &quot;km&quot;. This should be matched to reflect the multiplier above. </string>
176+
<string>Text used for labeling the scalebar units, e.g., &quot;m&quot; or &quot;km&quot;. This should be matched to reflect the multiplier above.</string>
177177
</property>
178178
</widget>
179179
</item>

‎src/ui/mesh/qgsmeshrenderervectorsettingswidgetbase.ui

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<item>
5252
<widget class="QLabel" name="maximumMagLabel">
5353
<property name="text">
54-
<string> Max</string>
54+
<string>Max</string>
5555
</property>
5656
</widget>
5757
</item>
@@ -256,7 +256,7 @@
256256
<item row="0" column="0">
257257
<widget class="QLabel" name="scaleByFactorOfLabel">
258258
<property name="text">
259-
<string>Scale by a Factor of:</string>
259+
<string>Scale by a Factor of</string>
260260
</property>
261261
</widget>
262262
</item>

‎src/ui/qgsgraduatedsymbolrendererwidget.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ Negative rounds to powers of 10</string>
177177
<item row="5" column="0">
178178
<widget class="QLabel" name="lblSize">
179179
<property name="text">
180-
<string>Size from </string>
180+
<string>Size from</string>
181181
</property>
182182
<property name="buddy">
183183
<cstring>minSizeSpinBox</cstring>

‎src/ui/qgsidentifyresultsbase.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@
324324
<string>Copy Feature</string>
325325
</property>
326326
<property name="toolTip">
327-
<string>Copy Selected Feature to Clipboard </string>
327+
<string>Copy Selected Feature to Clipboard</string>
328328
</property>
329329
</action>
330330
<action name="mActionPrint">

0 commit comments

Comments
 (0)
Please sign in to comment.