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>2021-01-15 10:43:52 +0300
committerAntenore Gatta (tmow) <antenore@simbiosi.org>2021-01-15 10:43:52 +0300
commite88cb211afcfa03e5ae9567c984a33b521f538bc (patch)
treee957178d023b5138498ccdc284edf65bb15bbe7a /plugins/nx
parent5e9b7ae09c46fca3a815ba46f485a61277128f9f (diff)
Spelling: Start-up
Diffstat (limited to 'plugins/nx')
-rw-r--r--plugins/nx/nx_plugin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/nx/nx_plugin.c b/plugins/nx/nx_plugin.c
index dfe9bc6b9..6d8c2efd6 100644
--- a/plugins/nx/nx_plugin.c
+++ b/plugins/nx/nx_plugin.c
@@ -415,7 +415,7 @@ static gboolean remmina_plugin_nx_start_session(RemminaProtocolWidget *gp)
app = NULL;
}else
if (g_strcmp0(cs, "Xfce") == 0) {
- /* NX does not know Xfce. So we simply launch the Xfce startup program. */
+ /* NX does not know Xfce. So we simply launch the Xfce start-up program. */
type = "unix-application";
app = "startxfce4";
}else
@@ -731,7 +731,7 @@ static const RemminaProtocolSetting remmina_plugin_nx_basic_settings[] =
{ 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 },
- { REMMINA_PROTOCOL_SETTING_TYPE_COMBO, "exec", N_("Startup program"), FALSE, "GNOME,KDE,Xfce,Shadow", NULL },
+ { REMMINA_PROTOCOL_SETTING_TYPE_COMBO, "exec", N_("Start-up program"), FALSE, "GNOME,KDE,Xfce,Shadow", NULL },
{ REMMINA_PROTOCOL_SETTING_TYPE_END, NULL, NULL, FALSE, NULL, NULL }
};