Skip to content

Commit

Permalink
Use "features" instead of "items", more consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ committed Jun 1, 2021
1 parent 383065d commit 3e39855
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/qgisapp.ui
Expand Up @@ -1689,7 +1689,7 @@ Shift+R to enable range selection.</string>
<normaloff>:/images/themes/default/mActionOpenTableSelected.svg</normaloff>:/images/themes/default/mActionOpenTableSelected.svg</iconset>
</property>
<property name="text">
<string>Open Attribute Table (Selected items)</string>
<string>Open Attribute Table (Selected Features)</string>
</property>
<property name="shortcut">
<string>Shift+F6</string>
Expand All @@ -1701,7 +1701,7 @@ Shift+R to enable range selection.</string>
<normaloff>:/images/themes/default/mActionOpenTableVisible.svg</normaloff>:/images/themes/default/mActionOpenTableVisible.svg</iconset>
</property>
<property name="text">
<string>Open Attribute Table (Visible items)</string>
<string>Open Attribute Table (Visible Features)</string>
</property>
<property name="shortcut">
<string>Ctrl+F6</string>
Expand Down

0 comments on commit 3e39855

Please sign in to comment.