Skip to content

Commit 11f683d

Browse files
committed
Use consistent terms
1 parent 7aae459 commit 11f683d

6 files changed

+24
-24
lines changed

src/ui/qgsaddattrdialogbase.ui

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</rect>
1212
</property>
1313
<property name="windowTitle">
14-
<string>Add column</string>
14+
<string>Add field</string>
1515
</property>
1616
<property name="modal">
1717
<bool>true</bool>
@@ -86,7 +86,7 @@
8686
<item row="4" column="0">
8787
<widget class="QLabel" name="mLengthLabel">
8888
<property name="text">
89-
<string>Width</string>
89+
<string>Length</string>
9090
</property>
9191
<property name="buddy">
9292
<cstring>mLength</cstring>

src/ui/qgsattributetabledialog.ui

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@
387387
<item>
388388
<widget class="QToolButton" name="mRemoveAttribute">
389389
<property name="toolTip">
390-
<string>Delete column (Ctrl+L)</string>
390+
<string>Delete field (Ctrl+L)</string>
391391
</property>
392392
<property name="text">
393393
<string/>
@@ -413,7 +413,7 @@
413413
<item>
414414
<widget class="QToolButton" name="mAddAttribute">
415415
<property name="toolTip">
416-
<string>New column (Ctrl+W)</string>
416+
<string>New field (Ctrl+W)</string>
417417
</property>
418418
<property name="text">
419419
<string/>
@@ -736,7 +736,7 @@
736736
</action>
737737
<action name="mActionFilterColumnsMenu">
738738
<property name="text">
739-
<string>Column Filter</string>
739+
<string>Field Filter</string>
740740
</property>
741741
</action>
742742
<action name="mActionEditedFilter">

src/ui/qgsfieldcalculatorbase.ui

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
<item row="5" column="0">
188188
<widget class="QLabel" name="mOutputFieldWidthLabel">
189189
<property name="text">
190-
<string>Output field width</string>
190+
<string>Output field length</string>
191191
</property>
192192
<property name="buddy">
193193
<cstring>mOutputFieldWidthSpinBox</cstring>
@@ -200,7 +200,7 @@
200200
<item row="5" column="1">
201201
<widget class="QSpinBox" name="mOutputFieldWidthSpinBox">
202202
<property name="toolTip">
203-
<string>Width of complete output. For example 123,456 means 6 as field width.</string>
203+
<string>Length of complete output. For example 123,456 means 6 as field length.</string>
204204
</property>
205205
<property name="minimum">
206206
<number>0</number>

src/ui/qgsfieldspropertiesbase.ui

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ MyForms.py must live on PYTHONPATH, .qgis/python, or inside the project folder.<
146146
<item row="0" column="1">
147147
<widget class="QToolButton" name="mDeleteAttributeButton">
148148
<property name="toolTip">
149-
<string>Delete column</string>
149+
<string>Delete field</string>
150150
</property>
151151
<property name="text">
152152
<string/>
@@ -201,7 +201,7 @@ MyForms.py must live on PYTHONPATH, .qgis/python, or inside the project folder.<
201201
</sizepolicy>
202202
</property>
203203
<property name="toolTip">
204-
<string>New column</string>
204+
<string>New field</string>
205205
</property>
206206
<property name="text">
207207
<string/>

src/ui/qgsnewspatialitelayerdialogbase.ui

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@
256256
<item>
257257
<widget class="QGroupBox" name="groupBox">
258258
<property name="title">
259-
<string>New attribute</string>
259+
<string>New field</string>
260260
</property>
261261
<layout class="QGridLayout" name="gridLayout">
262262
<item row="0" column="0">
@@ -284,7 +284,7 @@
284284
</sizepolicy>
285285
</property>
286286
<property name="toolTip">
287-
<string>An attribute name</string>
287+
<string>A field name</string>
288288
</property>
289289
</widget>
290290
</item>
@@ -323,13 +323,13 @@
323323
</sizepolicy>
324324
</property>
325325
<property name="toolTip">
326-
<string>Add attribute to list</string>
326+
<string>Add field to list</string>
327327
</property>
328328
<property name="layoutDirection">
329329
<enum>Qt::LeftToRight</enum>
330330
</property>
331331
<property name="text">
332-
<string>Add to attributes list</string>
332+
<string>Add to fields list</string>
333333
</property>
334334
<property name="icon">
335335
<iconset>
@@ -346,7 +346,7 @@
346346
<item>
347347
<widget class="QGroupBox" name="groupBox_2">
348348
<property name="title">
349-
<string>Attributes list</string>
349+
<string>Fields list</string>
350350
</property>
351351
<layout class="QGridLayout" name="gridLayout_3">
352352
<item row="1" column="0" colspan="3">
@@ -400,10 +400,10 @@
400400
</sizepolicy>
401401
</property>
402402
<property name="toolTip">
403-
<string>Delete selected attribute</string>
403+
<string>Delete selected field</string>
404404
</property>
405405
<property name="text">
406-
<string>Remove attribute</string>
406+
<string>Remove field</string>
407407
</property>
408408
<property name="icon">
409409
<iconset>

src/ui/qgsnewvectorlayerdialogbase.ui

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
<item row="10" column="0" colspan="3">
108108
<widget class="QGroupBox" name="groupBox">
109109
<property name="title">
110-
<string>New attribute</string>
110+
<string>New field</string>
111111
</property>
112112
<layout class="QGridLayout">
113113
<item row="0" column="0">
@@ -139,7 +139,7 @@
139139
<item row="2" column="0">
140140
<widget class="QLabel" name="label">
141141
<property name="text">
142-
<string>Width</string>
142+
<string>Length</string>
143143
</property>
144144
<property name="buddy">
145145
<cstring>mWidth</cstring>
@@ -171,13 +171,13 @@
171171
</sizepolicy>
172172
</property>
173173
<property name="toolTip">
174-
<string>Add attribute to list</string>
174+
<string>Add field to list</string>
175175
</property>
176176
<property name="layoutDirection">
177177
<enum>Qt::LeftToRight</enum>
178178
</property>
179179
<property name="text">
180-
<string>Add to attributes list</string>
180+
<string>Add to fields list</string>
181181
</property>
182182
<property name="icon">
183183
<iconset>
@@ -194,7 +194,7 @@
194194
<item row="12" column="0" colspan="3">
195195
<widget class="QGroupBox" name="groupBox_2">
196196
<property name="title">
197-
<string>Attributes list</string>
197+
<string>Fields list</string>
198198
</property>
199199
<layout class="QGridLayout">
200200
<item row="2" column="0" colspan="2">
@@ -226,7 +226,7 @@
226226
</column>
227227
<column>
228228
<property name="text">
229-
<string>Width</string>
229+
<string>Length</string>
230230
</property>
231231
</column>
232232
<column>
@@ -258,10 +258,10 @@
258258
</sizepolicy>
259259
</property>
260260
<property name="toolTip">
261-
<string>Delete selected attribute</string>
261+
<string>Delete selected field</string>
262262
</property>
263263
<property name="text">
264-
<string>Remove attribute</string>
264+
<string>Remove field</string>
265265
</property>
266266
<property name="icon">
267267
<iconset>

0 commit comments

Comments
 (0)