Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Some tweaks on translatable strings
  • Loading branch information
DelazJ authored and nyalldawson committed Feb 12, 2019
1 parent 2729af6 commit 1efb96b
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 14 deletions.
2 changes: 1 addition & 1 deletion src/analysis/processing/qgsalgorithmpromotetomultipart.cpp
Expand Up @@ -55,7 +55,7 @@ QString QgsPromoteToMultipartAlgorithm::shortHelpString() const
return QObject::tr( "This algorithm takes a vector layer with singlepart geometries and generates a new one in which all geometries are "
"multipart. Input features which are already multipart features will remain unchanged." ) +
QStringLiteral( "\n\n" ) +
QObject::tr( "This algorithm can be used to force geometries to multipart types in order to be compatibility with data providers "
QObject::tr( "This algorithm can be used to force geometries to multipart types in order to be compatible with data providers "
"with strict singlepart/multipart compatibility checks." ) +
QStringLiteral( "\n\n" ) +
QObject::tr( "See the 'Collect geometries' or 'Aggregate' algorithms for alternative options." );
Expand Down
7 changes: 3 additions & 4 deletions src/app/layout/qgslayoutdesignerdialog.cpp
Expand Up @@ -3845,10 +3845,9 @@ void QgsLayoutDesignerDialog::showSvgExportWarning()
m.setCheckBoxVisible( true );
m.setCheckBoxQgsSettingsLabel( QStringLiteral( "/UI/displaySVGWarning" ) );
m.setMessageAsHtml( tr( "<p>The SVG export function in QGIS has several "
"problems due to bugs and deficiencies in the " )
+ tr( "underlying Qt SVG library. In particular, there are problems "
"with layers not being clipped to the map "
"bounding box.</p>" )
"problems due to bugs and deficiencies in the "
"underlying Qt SVG library. In particular, there are problems "
"with layers not being clipped to the map bounding box.</p>" )
+ tr( "If you require a vector-based output file from "
"QGIS it is suggested that you try exporting "
"to PDF if the SVG output is not "
Expand Down
6 changes: 3 additions & 3 deletions src/plugins/globe/qgsglobeplugindialog.ui
Expand Up @@ -68,7 +68,7 @@
</sizepolicy>
</property>
<property name="text">
<string>Override Date / Time (UTC):</string>
<string>Override Date / Time (UTC)</string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -229,7 +229,7 @@
</sizepolicy>
</property>
<property name="text">
<string>Vertical scale:</string>
<string>Vertical scale</string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -602,7 +602,7 @@
<item row="2" column="0">
<widget class="QLabel" name="labelScrollSensitivity">
<property name="text">
<string>Sensitivity:</string>
<string>Sensitivity</string>
</property>
</widget>
</item>
Expand Down
2 changes: 1 addition & 1 deletion src/ui/layout/qgslayoutatlaswidgetbase.ui
Expand Up @@ -184,7 +184,7 @@
<item row="0" column="0">
<widget class="QLabel" name="mHorizontalAlignementLabel">
<property name="text">
<string>Coverage layer </string>
<string>Coverage layer</string>
</property>
</widget>
</item>
Expand Down
2 changes: 1 addition & 1 deletion src/ui/layout/qgslayoutscalebarwidgetbase.ui
Expand Up @@ -173,7 +173,7 @@
<item row="2" column="1">
<widget class="QLineEdit" name="mUnitLabelLineEdit">
<property name="toolTip">
<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>
<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>
</property>
</widget>
</item>
Expand Down
4 changes: 2 additions & 2 deletions src/ui/mesh/qgsmeshrenderervectorsettingswidgetbase.ui
Expand Up @@ -51,7 +51,7 @@
<item>
<widget class="QLabel" name="maximumMagLabel">
<property name="text">
<string> Max</string>
<string>Max</string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -256,7 +256,7 @@
<item row="0" column="0">
<widget class="QLabel" name="scaleByFactorOfLabel">
<property name="text">
<string>Scale by a Factor of:</string>
<string>Scale by a Factor of</string>
</property>
</widget>
</item>
Expand Down
2 changes: 1 addition & 1 deletion src/ui/qgsgraduatedsymbolrendererwidget.ui
Expand Up @@ -177,7 +177,7 @@ Negative rounds to powers of 10</string>
<item row="5" column="0">
<widget class="QLabel" name="lblSize">
<property name="text">
<string>Size from </string>
<string>Size from</string>
</property>
<property name="buddy">
<cstring>minSizeSpinBox</cstring>
Expand Down
2 changes: 1 addition & 1 deletion src/ui/qgsidentifyresultsbase.ui
Expand Up @@ -324,7 +324,7 @@
<string>Copy Feature</string>
</property>
<property name="toolTip">
<string>Copy Selected Feature to Clipboard </string>
<string>Copy Selected Feature to Clipboard</string>
</property>
</action>
<action name="mActionPrint">
Expand Down

0 comments on commit 1efb96b

Please sign in to comment.