Skip to content

Commit

Permalink
Add title case to some dialog title
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored and nyalldawson committed Jan 20, 2018
1 parent 2d6a828 commit 39c6aac
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion src/plugins/georeferencer/qgsmapcoordsdialogbase.ui
Expand Up @@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>Enter map coordinates</string>
<string>Enter Map Coordinates</string>
</property>
<property name="sizeGripEnabled">
<bool>true</bool>
Expand Down
Expand Up @@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>Transformation settings</string>
<string>Transformation Settings</string>
</property>
<layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="0">
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/grass/qgsgrassmapcalcbase.ui
Expand Up @@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
<string>Main Window</string>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QGridLayout">
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/grass/qtermwidget/SearchBar.ui
Expand Up @@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>SearchBar</string>
<string>Search Bar</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
Expand Down
Expand Up @@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>Create offline project</string>
<string>Create Offline Project</string>
</property>
<property name="windowIcon">
<iconset>
Expand Down
2 changes: 1 addition & 1 deletion src/providers/virtual/qgsembeddedlayerselect.ui
Expand Up @@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>Select layers to embed</string>
<string>Select Layers to Embed</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
Expand Down
2 changes: 1 addition & 1 deletion src/providers/virtual/qgsvirtuallayersourceselectbase.ui
Expand Up @@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>Create a virtual layer</string>
<string>Create a Virtual Layer</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
Expand Down
4 changes: 2 additions & 2 deletions src/ui/layout/qgslayoutdesignerbase.ui
Expand Up @@ -14,7 +14,7 @@
<bool>true</bool>
</property>
<property name="windowTitle">
<string>MainWindow</string>
<string>Main Window</string>
</property>
<widget class="QWidget" name="centralwidget">
<property name="mouseTracking">
Expand Down Expand Up @@ -355,7 +355,7 @@
</widget>
<widget class="QToolBar" name="mReportToolbar">
<property name="windowTitle">
<string>toolBar</string>
<string>ToolBar</string>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
Expand Down
2 changes: 1 addition & 1 deletion src/ui/layout/qgssvgexportoptions.ui
Expand Up @@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>SVG export options</string>
<string>SVG Export Options</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
Expand Down
2 changes: 1 addition & 1 deletion src/ui/qgsattributesforminitcode.ui
Expand Up @@ -47,7 +47,7 @@ from a plugin or from startup.py).

An example is:

rom qgis.PyQt.QtWidgets import QWidget
from qgis.PyQt.QtWidgets import QWidget

def my_form_open(dialog, layer, feature):
geom = feature.geometry()
Expand Down
2 changes: 1 addition & 1 deletion src/ui/qgsjoindialogbase.ui
Expand Up @@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>Add Vector join</string>
<string>Add Vector Join</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
Expand Down
2 changes: 1 addition & 1 deletion src/ui/qgsnewauxiliaryfielddialogbase.ui
Expand Up @@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>Auxiliary storage : new auxiliary field</string>
<string>Auxiliary Storage : New Auxiliary Field</string>
</property>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="geometry">
Expand Down
2 changes: 1 addition & 1 deletion src/ui/qgsnewauxiliarylayerdialogbase.ui
Expand Up @@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>Auxiliary storage : choose primary key</string>
<string>Auxiliary Storage : Choose Primary Key</string>
</property>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="geometry">
Expand Down
2 changes: 1 addition & 1 deletion src/ui/qgsnewhttpconnectionbase.ui
Expand Up @@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>Create a new connection</string>
<string>Create a New Connection</string>
</property>
<property name="sizeGripEnabled">
<bool>true</bool>
Expand Down

0 comments on commit 39c6aac

Please sign in to comment.