Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/remmina_sftp_client.c')
-rw-r--r--src/remmina_sftp_client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remmina_sftp_client.c b/src/remmina_sftp_client.c
index 733c7748f..880caf589 100644
--- a/src/remmina_sftp_client.c
+++ b/src/remmina_sftp_client.c
@@ -214,7 +214,7 @@ remmina_sftp_client_thread_download_file(RemminaSFTPClient *client, RemminaSFTP
if (!remote_file) {
fclose(local_file);
- // TRANSLATORS: The placeholders %s are a file path and a server name
+ // TRANSLATORS: The placeholders %s are a file path, and an error message.
remmina_sftp_client_thread_set_error(client, task, _("Could not open the file \"%s\" on the server. %s"),
remote_path, ssh_get_error(REMMINA_SSH(client->sftp)->session));
return FALSE;