Skip to content

Commit

Permalink
ui: fix minor spelling and consistency
Browse files Browse the repository at this point in the history
Trivial issues found during Vulkan SDK testing.

"Impementation" was misspelled.

"Queue Families" had both words capitalized in one place, but one capitalized and
the other lowercase in another place.
  • Loading branch information
lunarpapillo committed Jul 16, 2024
1 parent 2f08239 commit b45ed58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vulkancapsviewer.ui
Original file line number Diff line number Diff line change
Expand Up @@ -1382,7 +1382,7 @@ height: 24px;
</widget>
<widget class="QWidget" name="tab_12">
<attribute name="title">
<string>Queue families</string>
<string>Queue Families</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_15">
<item>
Expand Down Expand Up @@ -1623,7 +1623,7 @@ height: 24px;
</column>
<column>
<property name="text">
<string>Impementation</string>
<string>Implementation</string>
</property>
</column>
<column>
Expand Down

0 comments on commit b45ed58

Please sign in to comment.