Skip to content

Commit

Permalink
Spelling check: Replace check-box by checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored and 3nids committed Jul 2, 2017
1 parent 450eb7c commit e6a8e36
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion resources/context_help/QgsAttributeTableDialog
Expand Up @@ -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.

Expand Down
1 change: 1 addition & 0 deletions scripts/spell_check/spelling.dat
Expand Up @@ -1233,6 +1233,7 @@ chcek:check
chceked:checked
chceking:checking
chceks:checks
check-box:checkbox
checkk:check
checksuming:checksumming
cheif:chief
Expand Down
8 changes: 4 additions & 4 deletions src/plugins/evis/ui/evisgenericeventbrowserguibase.ui
Expand Up @@ -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"/>
Expand All @@ -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>
Expand Down Expand Up @@ -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"/>
Expand All @@ -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>
Expand Down

0 comments on commit e6a8e36

Please sign in to comment.