Skip to content

Commit affd78a

Browse files
committedNov 22, 2013
#8725: Improvements in strings
1 parent 7b37614 commit affd78a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/ui/qgsoptionsbase.ui

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1652,7 +1652,7 @@
16521652
<item row="5" column="0">
16531653
<widget class="QGroupBox" name="mSimplifyDrawingGroupBox">
16541654
<property name="title">
1655-
<string>By default simplify geometries</string>
1655+
<string>Simplify geometries by default</string>
16561656
</property>
16571657
<property name="checkable">
16581658
<bool>true</bool>
@@ -1671,7 +1671,7 @@
16711671
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
16721672
p, li { white-space: pre-wrap; }
16731673
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
1674-
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;By default new vector layers added to the map should simplify geometries to improve rendering speed. The simplification applies only during rendering of the layer and does not modify the layer geometry.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
1674+
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;If checked, new vector layers added to the map will automatically use geometry simplification to speed up rendering. The simplification applies only during rendering of the layer and does not modify the layer geometry.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
16751675
</property>
16761676
<property name="wordWrap">
16771677
<bool>true</bool>

0 commit comments

Comments
 (0)
Please sign in to comment.