mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
Spelling check: Replace check-box by checkbox
This commit is contained in:
parent
450eb7c24a
commit
e6a8e360dd
@ -35,7 +35,7 @@ Shows all features which are currently visible on the map canvas, taking the cur
|
||||
<h5>Show Edited and New Features</h5>
|
||||
Shows only edited and new features. In this mode, features with uncommitted changes are shown and this is therefore a good filter to review changes, before committing them. Please note, that deleted features are not shown in this mode.
|
||||
<h5>Column Filter</h5>
|
||||
A simple filter, which lets you filter by an attribute. If the attribute contains text, it looks for sub-strings also. Searching for <b>man</b> will therefore also show records containing <b>woman</b>. After changing the filter text, press <label>Enter</label> or click on <label>Apply</label>. You can also toggle the check-box <label>Case sensitive</label>, so your filter will also match <b>Night</b> when your search text is <b>night</b>.
|
||||
A simple filter, which lets you filter by an attribute. If the attribute contains text, it looks for sub-strings also. Searching for <b>man</b> will therefore also show records containing <b>woman</b>. After changing the filter text, press <label>Enter</label> or click on <label>Apply</label>. You can also toggle the checkbox <label>Case sensitive</label>, so your filter will also match <b>Night</b> when your search text is <b>night</b>.
|
||||
<h5>Advanced Filter</h5>
|
||||
For more complex searches, this mode offers a powerful expression builder, which is similar to a SQL WHERE clause. Please refer to the built-in help of the expression builder for details on the syntax.
|
||||
|
||||
|
@ -1233,6 +1233,7 @@ chcek:check
|
||||
chceked:checked
|
||||
chceking:checking
|
||||
chceks:checks
|
||||
check-box:checkbox
|
||||
checkk:check
|
||||
checksuming:checksumming
|
||||
cheif:chief
|
||||
|
@ -711,7 +711,7 @@ Base Path (i.e. keep only filename from attribute)</string>
|
||||
<item row="2" column="2" colspan="2">
|
||||
<widget class="QCheckBox" name="chkboxSaveUseOnlyFilenameData">
|
||||
<property name="toolTip">
|
||||
<string>If checked, the current check-box setting will be saved for the next session.</string>
|
||||
<string>If checked, the current checkbox setting will be saved for the next session.</string>
|
||||
</property>
|
||||
<property name="whatsThis">
|
||||
<string notr="true"/>
|
||||
@ -736,7 +736,7 @@ Base Path (i.e. keep only filename from attribute)</string>
|
||||
<string>Reset to default</string>
|
||||
</property>
|
||||
<property name="whatsThis">
|
||||
<string>Clears the check-box on this line.</string>
|
||||
<string>Clears the checkbox on this line.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Reset</string>
|
||||
@ -775,7 +775,7 @@ Base Path (i.e. keep only filename from attribute)</string>
|
||||
<item row="3" column="2" colspan="2">
|
||||
<widget class="QCheckBox" name="chkboxSaveApplyPathRulesToDocs">
|
||||
<property name="toolTip">
|
||||
<string>If checked, the current check-box setting will be saved for the next session.</string>
|
||||
<string>If checked, the current checkbox setting will be saved for the next session.</string>
|
||||
</property>
|
||||
<property name="whatsThis">
|
||||
<string notr="true"/>
|
||||
@ -800,7 +800,7 @@ Base Path (i.e. keep only filename from attribute)</string>
|
||||
<string>Reset to default</string>
|
||||
</property>
|
||||
<property name="whatsThis">
|
||||
<string>Clears the check-box on this line.</string>
|
||||
<string>Clears the checkbox on this line.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Reset</string>
|
||||
|
Loading…
x
Reference in New Issue
Block a user