* smbfs.c (smbfs_reconnect): Revert changes in a translated
message.
Этот коммит содержится в:
родитель
0f02dfc327
Коммит
05e6a61834
@ -1,3 +1,8 @@
|
||||
2004-01-27 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* smbfs.c (smbfs_reconnect): Revert changes in a translated
|
||||
message.
|
||||
|
||||
2004-01-23 Andrew V. Samoilov <sav@bcs.zp.ua>
|
||||
|
||||
* extfs/rpm: Workaround for spaces and single quotes in the path
|
||||
|
@ -573,7 +573,7 @@ smbfs_reconnect(smbfs_connection *conn, int *retries)
|
||||
|
||||
if (!(conn->cli = smbfs_do_connect(host, conn->service))) {
|
||||
message (1, MSG_ERROR,
|
||||
_(" smbfs_reconnect to %s failed\n "), conn->host);
|
||||
_(" reconnect to %s failed\n "), conn->host);
|
||||
g_free(host);
|
||||
return False;
|
||||
}
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user