Skip to content

Commit d7c0e9d

Browse files
committed
add some missing dialog titles
1 parent faab086 commit d7c0e9d

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

src/ui/qgsattributetypeedit.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</rect>
1212
</property>
1313
<property name="windowTitle">
14-
<string>Attribute Edit Dialog</string>
14+
<string>Edit Widget Properties</string>
1515
</property>
1616
<layout class="QGridLayout" name="gridLayout">
1717
<item row="6" column="1">

src/ui/qgsdecorationgriddialog.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</rect>
1212
</property>
1313
<property name="windowTitle">
14-
<string>Dialog</string>
14+
<string>Grid properties</string>
1515
</property>
1616
<layout class="QVBoxLayout" name="verticalLayout">
1717
<property name="sizeConstraint">

src/ui/qgsrelationadddlgbase.ui

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
<x>0</x>
88
<y>0</y>
99
<width>581</width>
10-
<height>254</height>
10+
<height>259</height>
1111
</rect>
1212
</property>
1313
<property name="windowTitle">
14-
<string>Dialog</string>
14+
<string>Add relation</string>
1515
</property>
1616
<layout class="QGridLayout" name="gridLayout">
1717
<item row="4" column="1" colspan="2">
@@ -79,8 +79,7 @@
7979
</widget>
8080
</item>
8181
<item row="8" column="1">
82-
<widget class="QLineEdit" name="mTxtRelationId">
83-
</widget>
82+
<widget class="QLineEdit" name="mTxtRelationId"/>
8483
</item>
8584
<item row="1" column="1">
8685
<widget class="QLineEdit" name="mTxtRelationName"/>

src/ui/qgswmtsdimensionsbase.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</rect>
1212
</property>
1313
<property name="windowTitle">
14-
<string>Dialog</string>
14+
<string>Select dimensions</string>
1515
</property>
1616
<layout class="QGridLayout" name="gridLayout">
1717
<item row="0" column="0">

0 commit comments

Comments
 (0)