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 10:43:52 +0300
committerAntenore Gatta (tmow) <antenore@simbiosi.org>2021-01-15 10:43:52 +0300
commit3cc50ff2f684b37569e60cbc199254a0e10729a9 (patch)
treec9f1f23584519d98f95c3438ae71272135e8e278
parent1f70fc54a5d8e1a915996e5b731c2223628815c7 (diff)
Spelling: Start-up
-rw-r--r--xdmcp_plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xdmcp_plugin.c b/xdmcp_plugin.c
index 15c2695..3b66eb5 100644
--- a/xdmcp_plugin.c
+++ b/xdmcp_plugin.c
@@ -367,7 +367,7 @@ static const RemminaProtocolSetting remmina_plugin_xdmcp_basic_settings[] =
{ REMMINA_PROTOCOL_SETTING_TYPE_SERVER, "server", NULL, FALSE, NULL, NULL },
{ REMMINA_PROTOCOL_SETTING_TYPE_RESOLUTION, "resolution", NULL, FALSE, NULL, NULL },
{ REMMINA_PROTOCOL_SETTING_TYPE_SELECT, "colordepth", N_("Colour depth"), FALSE, colordepth_list, NULL },
- { REMMINA_PROTOCOL_SETTING_TYPE_TEXT, "exec", N_("Startup program"), FALSE, NULL, NULL },
+ { REMMINA_PROTOCOL_SETTING_TYPE_TEXT, "exec", N_("Start-up program"), FALSE, NULL, NULL },
{ REMMINA_PROTOCOL_SETTING_TYPE_CHECK, "showcursor", N_("Use local cursor"), FALSE, NULL, NULL },
{ REMMINA_PROTOCOL_SETTING_TYPE_CHECK, "once", N_("Disconnect after first session"), FALSE, NULL, NULL },
{ REMMINA_PROTOCOL_SETTING_TYPE_CHECK, "listen_on_tcp", N_("Listen for TCP connections"), FALSE, NULL, NULL },