Skip to content

Commit

Permalink
[needs-docs] Rename 'select by form' to 'select by value'
Browse files Browse the repository at this point in the history
As that wording is more explanatory
  • Loading branch information
nyalldawson committed Jun 10, 2016
1 parent fae6ee4 commit 9a06144
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/app/qgsselectbyformdialog.cpp
Expand Up @@ -39,7 +39,7 @@ QgsSelectByFormDialog::QgsSelectByFormDialog( QgsVectorLayer* layer, const QgsAt
QSettings settings;
restoreGeometry( settings.value( "/Windows/SelectByForm/geometry" ).toByteArray() );

setWindowTitle( tr( "Select matching features" ) );
setWindowTitle( tr( "Select features by value" ) );
}

QgsSelectByFormDialog::~QgsSelectByFormDialog()
Expand Down
4 changes: 2 additions & 2 deletions src/ui/qgisapp.ui
Expand Up @@ -2533,10 +2533,10 @@ Acts on currently active editable layer</string>
<normaloff>:/images/themes/default/mIconFormSelect.svg</normaloff>:/images/themes/default/mIconFormSelect.svg</iconset>
</property>
<property name="text">
<string>Select Features by Form...</string>
<string>Select Features by Value...</string>
</property>
<property name="toolTip">
<string>Select Features By Form</string>
<string>Select Features By Value</string>
</property>
<property name="shortcut">
<string>F3</string>
Expand Down

0 comments on commit 9a06144

Please sign in to comment.