Commit 8932e281 authored by Peter Eisentraut's avatar Peter Eisentraut

Message improvement

parent 30e98a7e
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment