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:
authorAntenore Gatta <antenore@simbiosi.org>2019-09-29 01:20:17 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-09-29 01:20:17 +0300
commiteb80f36aa98dc5bbbcc4a67cf21f659e459bafdb (patch)
tree3dc567f3cbcdfb7dc99e6260329ac30deca29257
parentee36cd7eae226934c42e950eb69c599e62d07d80 (diff)
Fixing username typo
-rw-r--r--nx_plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nx_plugin.c b/nx_plugin.c
index 68c9973..34f44e0 100644
--- a/nx_plugin.c
+++ b/nx_plugin.c
@@ -695,7 +695,7 @@ 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_TEXT, "username", N_("User name"), 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 },
{ REMMINA_PROTOCOL_SETTING_TYPE_SELECT, "quality", N_("Quality"), FALSE, quality_list, NULL },