Skip to content

Commit

Permalink
Fix capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jun 24, 2021
1 parent be63c8b commit b04b734
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/qgsprojectpropertiesbase.ui
Expand Up @@ -455,12 +455,12 @@
<widget class="QComboBox" name="cbxAbsolutePath"> <widget class="QComboBox" name="cbxAbsolutePath">
<item> <item>
<property name="text"> <property name="text">
<string>absolute</string> <string>Absolute</string>
</property> </property>
</item> </item>
<item> <item>
<property name="text"> <property name="text">
<string>relative</string> <string>Relative</string>
</property> </property>
</item> </item>
</widget> </widget>
Expand Down

0 comments on commit b04b734

Please sign in to comment.