* smbfs.c (smbfs_reconnect): Revert changes in a translated

message.
This commit is contained in:
Pavel Roskin 2004-01-28 00:01:30 +00:00
parent 0f02dfc327
commit 05e6a61834
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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;
}