diff --git a/src/bin/psql/help.c b/src/bin/psql/help.c index 213b87c5393..c31d3d6b416 100644 --- a/src/bin/psql/help.c +++ b/src/bin/psql/help.c @@ -165,7 +165,7 @@ slashUsage(unsigned short int pager) currdb = PQdb(pset.db); if (currdb == NULL) - currdb = _("none"); + currdb = ""; output = PageOutput(86, pager);