diff --git a/src/bin/psql/help.c b/src/bin/psql/help.c index ccbd542c617..64bf407374f 100644 --- a/src/bin/psql/help.c +++ b/src/bin/psql/help.c @@ -161,7 +161,7 @@ slashUsage(unsigned short int pager) currdb = PQdb(pset.db); if (currdb == NULL) - currdb = _("none"); + currdb = ""; output = PageOutput(92, pager);