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:
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) {