On second thought, use an empty string instead of "none" when not connected.

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 46dc33fb2fa6df5748f882a5bf98631373666956
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2013-01-15T20:14:25Z
Releases: 8.3.23
On second thought, use an empty string instead of "none" when not connected.

"none" could mislead to think that you're connected a database with that
name. Also, it needs to be translated, which might be hard without some
context. So in back-branches, use empty string, so that the message is
(currently ""), which is at least unambiguous and doens't require
translation. In master, it's no problem to add translatable strings, so use
a different fix there.

Files

PathChange+/−
src/bin/psql/help.c modified +1 −1