Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Use a more appropriate dialog title for message boxes
and capitalise first letters
- Loading branch information
Showing
with
90 additions
and 88 deletions.
- +2 −2 python/plugins/MetaSearch/dialogs/manageconnectionsdialog.py
- +5 −5 python/plugins/MetaSearch/dialogs/newconnectiondialog.py
- +7 −5 python/plugins/db_manager/dlg_table_properties.py
- +2 −2 python/plugins/processing/gui/BatchPanel.py
- +3 −3 src/app/qgsbookmarks.cpp
- +1 −1 src/app/qgsloadstylefromdbdialog.cpp
- +1 −1 src/app/qgsmapthemes.cpp
- +1 −1 src/app/qgsoptions.cpp
- +6 −6 src/app/qgsvectorlayerproperties.cpp
- +1 −1 src/gui/ogr/qgsnewogrconnection.cpp
- +29 −29 src/gui/qgsmanageconnectionsdialog.cpp
- +2 −2 src/gui/qgsnewhttpconnection.cpp
- +1 −1 src/gui/qgsowssourceselect.cpp
- +3 −3 src/gui/qgssqlcomposerdialog.cpp
- +6 −6 src/gui/symbology/qgscategorizedsymbolrendererwidget.cpp
- +3 −3 src/gui/symbology/qgsstyleexportimportdialog.cpp
- +1 −1 src/plugins/gps_importer/qgsgpsdevicedialog.cpp
- +2 −2 src/providers/db2/qgsdb2newconnection.cpp
- +1 −1 src/providers/db2/qgsdb2sourceselect.cpp
- +2 −2 src/providers/geonode/qgsgeonodesourceselect.cpp
- +1 −1 src/providers/mssql/qgsmssqlnewconnection.cpp
- +1 −1 src/providers/mssql/qgsmssqlsourceselect.cpp
- +2 −2 src/providers/oracle/qgsoraclenewconnection.cpp
- +1 −1 src/providers/oracle/qgsoraclesourceselect.cpp
- +2 −2 src/providers/postgres/qgspgnewconnection.cpp
- +1 −1 src/providers/postgres/qgspgsourceselect.cpp
- +1 −1 src/providers/wfs/qgswfssourceselect.cpp
- +2 −2 src/providers/wms/qgswmssourceselect.cpp
Oops, something went wrong.