diff options
Diffstat (limited to 'src/bin/psql/command.c')
-rw-r--r-- | src/bin/psql/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/psql/command.c b/src/bin/psql/command.c index 55315fe43b6..1cf976869ce 100644 --- a/src/bin/psql/command.c +++ b/src/bin/psql/command.c @@ -4357,7 +4357,7 @@ do_watch(PQExpBuffer query_buf, double sleep) if (!query_buf || query_buf->len <= 0) { - psql_error(_("\\watch cannot be used with an empty query\n")); + psql_error("\\watch cannot be used with an empty query\n"); return false; } |