Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
gui labeling stuff
  • Loading branch information
signedav committed Jul 9, 2018
1 parent 32d5047 commit 1780f61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/plugins/offline_editing/offline_editing_plugin_gui.cpp
Expand Up @@ -267,7 +267,7 @@ void QgsOfflineEditingPluginGui::datatypeChanged( int index )
}
else
{
//Spatialite
//SpatiaLite
mOfflineDbFile = QStringLiteral( "offline.sqlite" );
}
mOfflineDataPathLineEdit->setText( QDir( mOfflineDataPath ).absoluteFilePath( mOfflineDbFile ) );
Expand Down
4 changes: 2 additions & 2 deletions src/plugins/offline_editing/offline_editing_plugin_guibase.ui
Expand Up @@ -29,7 +29,7 @@
</size>
</property>
<property name="text">
<string>Storage Type</string>
<string>Storage type</string>
</property>
</widget>
</item>
Expand All @@ -48,7 +48,7 @@
</item>
<item>
<property name="text">
<string>Spatialite</string>
<string>SpatiaLite</string>
</property>
</item>
</widget>
Expand Down

0 comments on commit 1780f61

Please sign in to comment.