mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Improve binary path settings hint.
This commit is contained in:
parent
2540e9687f
commit
bd139bc83e
@ -54,7 +54,7 @@ class ServerType(object):
|
||||
_("{0} Binary Path").format(st.desc),
|
||||
'text', "", category_label=_('Binary paths'),
|
||||
help_str=_(
|
||||
"Path to the {0} binary utilities.".format(
|
||||
"Path to the directory containing the {0} utility programs (pg_dump, pg_restore etc).".format(
|
||||
st.desc
|
||||
)
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user