Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #43085 from DelazJ/patch-21
Remove duplicate word and fix labels
  • Loading branch information
pblottiere committed May 5, 2021
2 parents bf2a8b1 + 411e33e commit 346bffc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/ui/3d/map3dconfigwidget.ui
Expand Up @@ -765,7 +765,7 @@
<item row="0" column="0">
<widget class="QLabel" name="label_8">
<property name="text">
<string>Corner:</string>
<string>Corner</string>
</property>
</widget>
</item>
Expand Down
2 changes: 1 addition & 1 deletion src/ui/3d/qgsmesh3dpropswidget.ui
Expand Up @@ -104,7 +104,7 @@
<item row="2" column="1" colspan="2">
<widget class="QSlider" name="mLodSlider">
<property name="toolTip">
<string>Level of detail can only be set set when mesh simplification is enabled (see Rendering tab in the Mesh Layer Properties)</string>
<string>Level of detail can only be set when mesh simplification is enabled (see Rendering tab in the Mesh Layer Properties)</string>
</property>
<property name="value">
<number>99</number>
Expand Down
4 changes: 2 additions & 2 deletions src/ui/3d/skyboxrenderingsettingswidget.ui
Expand Up @@ -26,7 +26,7 @@
<item row="0" column="1">
<widget class="QLabel" name="skyboxTypeLabel">
<property name="text">
<string>Skybox Type</string>
<string>Skybox type</string>
</property>
</widget>
</item>
Expand All @@ -38,7 +38,7 @@
<item row="0" column="0">
<widget class="QLabel" name="panoramicTextureLabel">
<property name="text">
<string>Panoramic Texture File</string>
<string>Panoramic texture file</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit 346bffc

Please sign in to comment.