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:
authorAllan Nordhøy <epost@anotheragency.no>2022-10-27 13:35:13 +0300
committerAntenore Gatta (tmow) <antenore@simbiosi.org>2022-10-27 13:35:13 +0300
commitd9bd334aa3ba2c84d9ad619e56616b35f55a2314 (patch)
tree4dd3f1de5de49f95a65a3879b7f95408d87ea70f /plugins
parent3c16e84f8fc0aa62e69c9ff7afba89d48b604543 (diff)
Spelling: "Passphrase" → "password"
Diffstat (limited to 'plugins')
-rw-r--r--plugins/x2go/x2go_plugin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/x2go/x2go_plugin.c b/plugins/x2go/x2go_plugin.c
index ba19455e4..f8f7f1583 100644
--- a/plugins/x2go/x2go_plugin.c
+++ b/plugins/x2go/x2go_plugin.c
@@ -1751,7 +1751,7 @@ static gboolean rmplugin_x2go_get_ssh_passphrase(RemminaProtocolWidget *gp, gcha
}
gint ret = rm_plugin_service->protocol_plugin_init_auth(
- gp, 0, _("Enter passphrase to unlock key:"),
+ gp, 0, _("Enter password to unlock the SSH key:"),
NULL, *passphrase, NULL, NULL
);
@@ -1762,7 +1762,7 @@ static gboolean rmplugin_x2go_get_ssh_passphrase(RemminaProtocolWidget *gp, gcha
g_free(s_passphrase);
}
} else {
- g_strlcpy(errmsg, _("Passphrase input cancelled. Aborting…"), 512);
+ g_strlcpy(errmsg, _("Password input cancelled. Aborting…"), 512);
return FALSE;
}