summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut2011-05-21 21:36:14 +0000
committerPeter Eisentraut2011-05-21 21:37:27 +0000
commit8932e2810034c43daa07c6da914a4c5ba46f6bd6 (patch)
treea187840a7f5989e5dcc33b99328361acab1551eb
parent30e98a7e6e4869a7d6b3748ac9770bb8d69a8b26 (diff)
Message improvement
-rw-r--r--src/bin/psql/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/psql/command.c b/src/bin/psql/command.c
index 31a9ab909c..378330b96a 100644
--- a/src/bin/psql/command.c
+++ b/src/bin/psql/command.c
@@ -302,7 +302,7 @@ exec_command(const char *cmd,
char *host = PQhost(pset.db);
if (db == NULL)
- printf(_("You are not connected.\n"));
+ printf(_("You are currently not connected to a database.\n"));
else
{
if (host == NULL)