Improve binary path settings hint.

pull/3/head
Dave Page 2016-09-07 09:54:15 +01:00
parent 2540e9687f
commit bd139bc83e
1 changed files with 1 additions and 1 deletions

View File

@ -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
)
)