Skip to content

Commit

Permalink
[pyqgis-console] fix strings in options tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
slarosa committed Nov 29, 2017
1 parent a10e753 commit d7485a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python/console/console_settings.ui
Expand Up @@ -96,7 +96,7 @@
<string>Console</string>
</property>
<property name="toolTip">
<string>General</string>
<string>Console settings</string>
</property>
<property name="icon">
<iconset>
Expand All @@ -108,7 +108,7 @@
<string>Editor</string>
</property>
<property name="toolTip">
<string>System</string>
<string>Editor settings</string>
</property>
<property name="icon">
<iconset>
Expand All @@ -120,7 +120,7 @@
<string>APIs</string>
</property>
<property name="toolTip">
<string>Data sources</string>
<string> APIs file settings for autocompletion</string>
</property>
<property name="icon">
<iconset>
Expand Down

0 comments on commit d7485a4

Please sign in to comment.