mirror of
https://github.com/MidnightCommander/mc
synced 2025-03-04 23:21:28 +03:00
* smbfs.c (smbfs_reconnect): Revert changes in a translated
message.
This commit is contained in:
parent
0f02dfc327
commit
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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user