aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/bin/psql/help.c2
1 files changed, 1 insertions, 1 deletions
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);