Skip to content

Commit c69f46c

Browse files
committedJun 30, 2015
fix typo
1 parent 8f2a3ae commit c69f46c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/providers/postgres/qgspostgresdataitems.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ void QgsPGConnectionItem::refreshConnection()
158158

159159
void QgsPGConnectionItem::createSchema()
160160
{
161-
QString schemaName = QInputDialog::getText( 0, tr( "Create Schema" ), tr( "Shema name:" ) );
161+
QString schemaName = QInputDialog::getText( 0, tr( "Create Schema" ), tr( "Schema name:" ) );
162162
if ( schemaName.isEmpty() )
163163
return;
164164

0 commit comments

Comments
 (0)
Please sign in to comment.