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:
authorAntenore Gatta <antenore@simbiosi.org>2019-12-23 04:21:39 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-12-23 04:21:39 +0300
commit0654569e7205de0685c8c0708bbd5168f1019981 (patch)
tree3a9ce4e0f2ebfb7b7b839a96556994a506165dd0 /src/remmina_sftp_client.c
parentf8e909e9800b1ae98d7231bd0c4e3f1c007e7dd3 (diff)
Updated translators note
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;