Reword plugin info in About Wireshark dialog

This commit is contained in:
João Valverde 2022-02-24 18:49:00 +00:00 committed by João Valverde
parent 8cd49b2da0
commit 90c0862a93
2 changed files with 2 additions and 2 deletions

View File

@ -184,7 +184,7 @@ def features(cmd_tshark, make_env):
have_gnutls='with GnuTLS' in tshark_v,
have_pkcs11='and PKCS #11 support' in tshark_v,
have_brotli='with brotli' in tshark_v,
have_plugins='binary plugins supported' in tshark_v,
have_plugins='with binary plugins' in tshark_v,
)

View File

@ -463,7 +463,7 @@ get_runtime_version_info(gather_feature_func gather_runtime)
}
#ifdef HAVE_PLUGINS
if (g_module_supported()) {
with_feature(&l, "binary plugins supported (%d loaded)", plugins_get_count());
with_feature(&l, "binary plugins (%d loaded)", plugins_get_count());
}
else {
without_feature(&l, "binary plugins (not supported by the platform)");