Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
jef-n committed Jun 30, 2015
1 parent 8f2a3ae commit c69f46c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/postgres/qgspostgresdataitems.cpp
Expand Up @@ -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;

Expand Down

0 comments on commit c69f46c

Please sign in to comment.