Filter expressions: Rename UAT field to make it more obvious what it does

"Enabling" a filter expression means putting it in the toolbar, so state
that.

Change-Id: Ifa4ef053cf741a5aa269031e6983c7989ca1e64c
Reviewed-on: https://code.wireshark.org/review/22569
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Michael Mann 2017-07-09 15:51:03 -04:00
parent c2ebb62e7e
commit 3307939c74
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ static void* display_filter_copy_cb(void* n, const void* o, size_t siz _U_) {
}
static uat_field_t display_filter_uat_flds[] = {
UAT_FLD_BOOL(display_filter_macro_uat, enabled, "Enabled",
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"),