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-11-25 19:25:38 +0300
committerAllan Nordhøy <epost@anotheragency.no>2021-11-25 19:25:38 +0300
commitadfe88f5e3f3df693b8f442041363ee4fe5c6ed9 (patch)
treec5a03059f41414261fa1d4aacb26e731574b5461 /plugins
parentcfbd68399785ecaf5ae6ba532ea64293cd2683ca (diff)
Deduplicated "Started PyHoca" string
Diffstat (limited to 'plugins')
-rw-r--r--plugins/x2go/x2go_plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/x2go/x2go_plugin.c b/plugins/x2go/x2go_plugin.c
index 495895675..5a27b8ec0 100644
--- a/plugins/x2go/x2go_plugin.c
+++ b/plugins/x2go/x2go_plugin.c
@@ -2167,7 +2167,7 @@ static gboolean rmplugin_x2go_exec_x2go(gchar *host,
NULL, &gpdata->pidx2go,
NULL, NULL, NULL, &error);
- REMMINA_PLUGIN_INFO("%s", _("Started pyhoca-cli with following arguments:"));
+ REMMINA_PLUGIN_INFO("%s", _("Started PyHoca-CLI with the following arguments:"));
// Print every argument except passwords. Free all arg strings.
for (gint i = 0; i < argc - 1; i++) {
if (g_strcmp0(argv[i], "--password") == 0) {