mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
fix typo
This commit is contained in:
parent
8f2a3ae1ed
commit
c69f46cbb1
@ -158,7 +158,7 @@ void QgsPGConnectionItem::refreshConnection()
|
||||
|
||||
void QgsPGConnectionItem::createSchema()
|
||||
{
|
||||
QString schemaName = QInputDialog::getText( 0, tr( "Create Schema" ), tr( "Shema name:" ) );
|
||||
QString schemaName = QInputDialog::getText( 0, tr( "Create Schema" ), tr( "Schema name:" ) );
|
||||
if ( schemaName.isEmpty() )
|
||||
return;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user