Skip to content

Commit

Permalink
Rename Filter -> Search
Browse files Browse the repository at this point in the history
  • Loading branch information
kusharami committed Jan 19, 2021
1 parent 018023d commit a222e82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BananaUI/ProjectTreeWidget.ui
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<item>
<widget class="QLineEdit" name="filterEdit">
<property name="placeholderText">
<string>Filter</string>
<string>Search</string>
</property>
<property name="clearButtonEnabled">
<bool>true</bool>
Expand All @@ -69,10 +69,10 @@
<enum>Qt::NoFocus</enum>
</property>
<property name="toolTip">
<string>Filter Options</string>
<string>Search Options</string>
</property>
<property name="statusTip">
<string>Filter Options</string>
<string>Search Options</string>
</property>
<property name="text">
<string notr="true">...</string>
Expand Down

0 comments on commit a222e82

Please sign in to comment.