Mark string for translation.
authorDennis Bjorklund <db@zigo.dhs.org>
Sun, 11 Jan 2004 19:25:44 +0000 (19:25 +0000)
committerDennis Bjorklund <db@zigo.dhs.org>
Sun, 11 Jan 2004 19:25:44 +0000 (19:25 +0000)
src/bin/psql/describe.c

index f257d11d1fd6c926e6c956a130890603eb35f4c4..e36f924438815505e130a9e997f2efa31f3031a0 100644 (file)
@@ -892,7 +892,7 @@ describeOneTableDetails(const char *schemaname,
                                                          schemaname, indtable);
 
                        if (strlen(indpred))
-                               appendPQExpBuffer(&tmpbuf, ", predicate %s", indpred);
+                               appendPQExpBuffer(&tmpbuf, _(", predicate %s"), indpred);
 
                        footers = xmalloczero(2 * sizeof(*footers));
                        footers[0] = xstrdup(tmpbuf.data);