Message improvement

This commit is contained in:
Peter Eisentraut 2011-05-22 00:36:14 +03:00
parent 30e98a7e6e
commit 8932e28100

View File

@ -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)