Skip to content

Commit

Permalink
Capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Oct 10, 2018
1 parent 94a7d9d commit ff90c13
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 14 deletions.
12 changes: 6 additions & 6 deletions python/console/console_settings.ui
Expand Up @@ -638,7 +638,7 @@
<string>Get autocompletion from current document and installed APIs</string>
</property>
<property name="text">
<string>from Doc and APIs</string>
<string>From doc and APIs</string>
</property>
</widget>
</item>
Expand All @@ -648,7 +648,7 @@
<string>Get autocompletion from installed APIs</string>
</property>
<property name="text">
<string>from APIs files</string>
<string>From API files</string>
</property>
<property name="checked">
<bool>true</bool>
Expand All @@ -661,7 +661,7 @@
<string>Get autocompletion from current document</string>
</property>
<property name="text">
<string>from Document</string>
<string>From document</string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -1278,7 +1278,7 @@
<string>Get autocompletion from current document</string>
</property>
<property name="text">
<string>from Document</string>
<string>From document</string>
</property>
</widget>
</item>
Expand All @@ -1288,7 +1288,7 @@
<string>Get autocompletion from current document and installed APIs</string>
</property>
<property name="text">
<string>from Doc and APIs</string>
<string>From doc and APIs</string>
</property>
</widget>
</item>
Expand All @@ -1298,7 +1298,7 @@
<string>Get autocompletion from installed APIs</string>
</property>
<property name="text">
<string>from APIs files</string>
<string>From API files</string>
</property>
<property name="checked">
<bool>true</bool>
Expand Down
4 changes: 2 additions & 2 deletions python/pyplugin_installer/qgsplugininstallerfetchingbase.ui
Expand Up @@ -104,8 +104,8 @@
<property name="focusPolicy" >
<enum>Qt::NoFocus</enum>
</property>
<property name="text" >
<string>Abort fetching</string>
<property name="text">
<string>Abort Fetching</string>
</property>
<property name="autoDefault" >
<bool>false</bool>
Expand Down
5 changes: 0 additions & 5 deletions src/ui/layout/qgslayoutdesignerbase.ui
Expand Up @@ -1524,11 +1524,6 @@
<string>Ctrl+Shift+P</string>
</property>
</action>
<action name="actiondsfg">
<property name="text">
<string>dsfg</string>
</property>
</action>
<action name="mActionOptions">
<property name="icon">
<iconset resource="../../../images/images.qrc">
Expand Down
2 changes: 1 addition & 1 deletion src/ui/mesh/qgsmeshlayerpropertiesbase.ui
Expand Up @@ -278,7 +278,7 @@ border-radius: 2px;</string>
<item>
<widget class="QPushButton" name="mAddDatasetButton">
<property name="text">
<string>Assign extra dataset to mesh</string>
<string>Assign Extra Dataset to Mesh</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit ff90c13

Please sign in to comment.