Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita80c9ad

Browse files
committed
Add missing translation marker
1 parentac5618f commita80c9ad

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)

[8]ページ先頭

©2009-2025 Movatter.jp