Qt: Undo MR 3422 (filter button separator hint)

See discussion attached to !3422
This commit is contained in:
Chuck Craft 2021-06-21 11:17:03 -05:00 committed by Wireshark GitLab Utility
parent 1f0a16e472
commit 701d0565c5
2 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@ static uat_field_t display_filter_uat_flds[] = {
UAT_FLD_BOOL(display_filter_macro_uat, enabled, "Show in toolbar",
"Checked to add display filter button to toolbar"),
UAT_FLD_CSTRING(display_filter_macro_uat, label, "Button Label",
"Name of the display filter button (group with \"//\" separator)"),
"Name of the display filter button"),
UAT_FLD_DISPLAY_FILTER(display_filter_macro_uat, expression, "Filter Expression",
"Filter expression to be applied by the button"),
UAT_FLD_CSTRING(display_filter_macro_uat, comment, "Comment",

View File

@ -84,7 +84,7 @@
</size>
</property>
<property name="placeholderText">
<string>Enter a description for the filter button (group with "//" separator)</string>
<string>Enter a description for the filter button</string>
</property>
</widget>
</item>