index 24c5b4d53ce14f1ed10e8875613d9600d8b9813c..b92f68848b0ffa715efba0ca097d48ff29567706 100644 (file)
*
* Copyright (c) 2000-2009, PostgreSQL Global Development Group
*
- * $PostgreSQL: pgsql/src/bin/psql/command.c,v 1.203 2009年02月26日 16:02:38 petere Exp $
+ * $PostgreSQL: pgsql/src/bin/psql/command.c,v 1.204 2009年03月25日 13:07:26 petere Exp $
*/
#include "postgres_fe.h"
#include "command.h"
if (!do_edit(0, query_buf, &edited))
status = PSQL_CMD_ERROR;
else if (!edited)
- puts(_("No changes."));
+ puts(_("No changes"));
else
status = PSQL_CMD_NEWEDIT;
}