diff --git a/src/bin/psql/help.c b/src/bin/psql/help.c index 12ea5fdac0e..68ffba7fac4 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);