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

gitlab.com/Remmina/remmina-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Nordhøy <epost@anotheragency.no>2021-01-15 15:16:36 +0300
committerAntenore Gatta (tmow) <antenore@simbiosi.org>2021-01-15 15:16:36 +0300
commitf373bfe0d10286176e6248e36f122b1b4ffbdf0c (patch)
tree3a3028e0734728e0d34b2c330bca8f93ef0bc9cb
parent6eeae920b9120c2d42ce783ff5df55bd310d8b45 (diff)
Spelling: SSH key, first, checksum of, either
-rw-r--r--nx_plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nx_plugin.c b/nx_plugin.c
index 6d8c2ef..b2923a3 100644
--- a/nx_plugin.c
+++ b/nx_plugin.c
@@ -726,7 +726,7 @@ static gpointer quality_list[] =
static const RemminaProtocolSetting remmina_plugin_nx_basic_settings[] =
{
{ REMMINA_PROTOCOL_SETTING_TYPE_SERVER, "server", NULL, FALSE, NULL, NULL },
- { REMMINA_PROTOCOL_SETTING_TYPE_FILE, "nx_privatekey", N_("Identity file"), FALSE, NULL, NULL },
+ { REMMINA_PROTOCOL_SETTING_TYPE_FILE, "nx_privatekey", N_("SSH identity file"), FALSE, NULL, NULL },
{ REMMINA_PROTOCOL_SETTING_TYPE_TEXT, "username", N_("Username"), FALSE, NULL, NULL },
{ REMMINA_PROTOCOL_SETTING_TYPE_PASSWORD, "password", N_("User password"), FALSE, NULL, NULL },
{ REMMINA_PROTOCOL_SETTING_TYPE_RESOLUTION, "resolution", NULL, FALSE, GINT_TO_POINTER(1), NULL },