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:
authorAntenore Gatta (tmow) <antenore@simbiosi.org>2021-12-03 12:02:09 +0300
committerAntenore Gatta (tmow) <antenore@simbiosi.org>2021-12-03 12:02:09 +0300
commitdee67a52d5f8aed3021b4bc3e875c07d4c6b5c60 (patch)
tree282148a0e32079ec421af380e09466b01d2fdebc /plugins
parent7adb7603760a6e219a4cee5df93b6c0f8a253e38 (diff)
parentadfe88f5e3f3df693b8f442041363ee4fe5c6ed9 (diff)
Merge branch 'kingu-master-patch-15757' into 'master'
Deduplicated "Started PyHoca" string See merge request Remmina/Remmina!2346
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 5bc5a0e5a..db06c1bca 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) {