Skip to content

Commit d7485a4

Browse files
committed
[pyqgis-console] fix strings in options tooltips
1 parent a10e753 commit d7485a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

python/console/console_settings.ui

+3-3
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
<string>Console</string>
9797
</property>
9898
<property name="toolTip">
99-
<string>General</string>
99+
<string>Console settings</string>
100100
</property>
101101
<property name="icon">
102102
<iconset>
@@ -108,7 +108,7 @@
108108
<string>Editor</string>
109109
</property>
110110
<property name="toolTip">
111-
<string>System</string>
111+
<string>Editor settings</string>
112112
</property>
113113
<property name="icon">
114114
<iconset>
@@ -120,7 +120,7 @@
120120
<string>APIs</string>
121121
</property>
122122
<property name="toolTip">
123-
<string>Data sources</string>
123+
<string> APIs file settings for autocompletion</string>
124124
</property>
125125
<property name="icon">
126126
<iconset>

0 commit comments

Comments
 (0)