Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
HIG Capitalization fixes
  • Loading branch information
nyalldawson committed Jun 17, 2020
1 parent 2e33642 commit 24791da
Show file tree
Hide file tree
Showing 13 changed files with 226 additions and 226 deletions.
Expand Up @@ -51,7 +51,7 @@
<item row="4" column="0" colspan="3">
<widget class="QgsCollapsibleGroupBox" name="mControlVisibilityGroupBox">
<property name="title">
<string>Control visibility by expression</string>
<string>Control Visibility by Expression</string>
</property>
<property name="checkable">
<bool>true</bool>
Expand Down
Expand Up @@ -14,7 +14,7 @@
<string>gsCollapsibleGroupBox</string>
</property>
<property name="title">
<string>Widget display</string>
<string>Widget Display</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="1" column="0">
Expand Down
2 changes: 1 addition & 1 deletion src/ui/auth/qgsauthsslconfigwidget.ui
Expand Up @@ -93,7 +93,7 @@
<item row="7" column="0" colspan="3">
<widget class="QGroupBox" name="grpbxSslConfig">
<property name="title">
<string>Custom SSL configuration</string>
<string>Custom SSL Configuration</string>
</property>
<property name="checkable">
<bool>true</bool>
Expand Down
6 changes: 3 additions & 3 deletions src/ui/auth/qgsauthsslerrorsdialog.ui
Expand Up @@ -132,7 +132,7 @@
<string>Show information for certificate chain</string>
</property>
<property name="text">
<string>Connection certificates</string>
<string>Connection Certificates</string>
</property>
<property name="icon">
<iconset resource="../../../images/images.qrc">
Expand All @@ -149,7 +149,7 @@
<string>Show information for certificate chain</string>
</property>
<property name="text">
<string>Connection trusted CAs</string>
<string>Connection Trusted CAs</string>
</property>
<property name="icon">
<iconset resource="../../../images/images.qrc">
Expand All @@ -172,7 +172,7 @@
</sizepolicy>
</property>
<property name="title">
<string>Save SSL server e&amp;xception</string>
<string>Save SSL Server E&amp;xception</string>
</property>
<property name="checkable">
<bool>true</bool>
Expand Down
2 changes: 1 addition & 1 deletion src/ui/labeling/qgslabelingrulepropswidget.ui
Expand Up @@ -139,7 +139,7 @@
<item>
<widget class="QGroupBox" name="groupScale">
<property name="title">
<string>Scale range</string>
<string>Scale Range</string>
</property>
<property name="checkable">
<bool>true</bool>
Expand Down
2 changes: 1 addition & 1 deletion src/ui/processing/qgsprocessingparameterswidgetbase.ui
Expand Up @@ -62,7 +62,7 @@
<item>
<widget class="QgsCollapsibleGroupBox" name="grpAdvanced">
<property name="title">
<string>Advanced parameters</string>
<string>Advanced Parameters</string>
</property>
<property name="collapsed" stdset="0">
<bool>true</bool>
Expand Down

0 comments on commit 24791da

Please sign in to comment.