Skip to content

Commit

Permalink
add some missing dialog titles
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jun 14, 2014
1 parent faab086 commit d7c0e9d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/ui/qgsattributetypeedit.ui
Expand Up @@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>Attribute Edit Dialog</string>
<string>Edit Widget Properties</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="6" column="1">
Expand Down
2 changes: 1 addition & 1 deletion src/ui/qgsdecorationgriddialog.ui
Expand Up @@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
<string>Grid properties</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="sizeConstraint">
Expand Down
7 changes: 3 additions & 4 deletions src/ui/qgsrelationadddlgbase.ui
Expand Up @@ -7,11 +7,11 @@
<x>0</x>
<y>0</y>
<width>581</width>
<height>254</height>
<height>259</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
<string>Add relation</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="4" column="1" colspan="2">
Expand Down Expand Up @@ -79,8 +79,7 @@
</widget>
</item>
<item row="8" column="1">
<widget class="QLineEdit" name="mTxtRelationId">
</widget>
<widget class="QLineEdit" name="mTxtRelationId"/>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="mTxtRelationName"/>
Expand Down
2 changes: 1 addition & 1 deletion src/ui/qgswmtsdimensionsbase.ui
Expand Up @@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
<string>Select dimensions</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
Expand Down

0 comments on commit d7c0e9d

Please sign in to comment.