Skip to content

Commit f69d1c2

Browse files
committedJun 4, 2017
Convert isolated '...' strings to '…'
Ideally we'd replace ALL ... instances to …, but need to first work out how to avoid the translation burden of this change
1 parent 65b0ba8 commit f69d1c2

File tree

91 files changed

+400
-400
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+400
-400
lines changed
 

‎python/plugins/db_manager/ui/DlgExportVector.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
<item row="1" column="2">
147147
<widget class="QToolButton" name="btnChooseOutputFile">
148148
<property name="text">
149-
<string>...</string>
149+
<string></string>
150150
</property>
151151
</widget>
152152
</item>

‎python/plugins/db_manager/ui/DlgImportVector.ui

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

0 commit comments

Comments
 (0)
Please sign in to comment.