Skip to content

Commit a80c9ad

Browse files
committed
Add missing translation marker
1 parent ac5618f commit a80c9ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/bin/psql/command.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright (c) 2000-2005, PostgreSQL Global Development Group
55
*
6-
* $PostgreSQL: pgsql/src/bin/psql/command.c,v 1.154 2005/10/15 02:49:40 momjian Exp $
6+
* $PostgreSQL: pgsql/src/bin/psql/command.c,v 1.155 2005/12/08 21:18:22 petere Exp $
77
*/
88
#include "postgres_fe.h"
99
#include "command.h"
@@ -935,9 +935,9 @@ do_connect(const char *new_dbname, const char *new_user)
935935
password_prompt = strdup("Password: ");
936936
else
937937
{
938-
password_prompt = malloc(strlen("Password for user %s: ") - 2 +
938+
password_prompt = malloc(strlen(_("Password for user %s: ")) - 2 +
939939
strlen(userparam) + 1);
940-
sprintf(password_prompt, "Password for user %s: ", userparam);
940+
sprintf(password_prompt, _("Password for user %s: "), userparam);
941941
}
942942

943943
/* need to prompt for password? */

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy