Improve binary path settings hint.
parent
2540e9687f
commit
bd139bc83e
|
@ -54,7 +54,7 @@ class ServerType(object):
|
||||||
_("{0} Binary Path").format(st.desc),
|
_("{0} Binary Path").format(st.desc),
|
||||||
'text', "", category_label=_('Binary paths'),
|
'text', "", category_label=_('Binary paths'),
|
||||||
help_str=_(
|
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
|
st.desc
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue