[X2Go-Commits] [libx2goclient] 11/132: src/x2goclient-network.c: remove reference to SSH and replace it with a more generic "network" description.
git-admin at x2go.org
git-admin at x2go.org
Fri Dec 3 15:26:28 CET 2021
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository libx2goclient.
commit 7e60ebd5f0cb526cd8e651da43bfa9a30cd56d21
Author: Mihai Moldovan <ionic at ionic.de>
Date: Sat Oct 31 06:59:17 2020 +0100
src/x2goclient-network.c: remove reference to SSH and replace it with a more generic "network" description.
---
src/x2goclient-network.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/x2goclient-network.c b/src/x2goclient-network.c
index d46f28f..1a4da7e 100644
--- a/src/x2goclient-network.c
+++ b/src/x2goclient-network.c
@@ -120,8 +120,8 @@ static void x2goclient_network_class_init (X2GoClientNetworkClass * const klass)
g_string_append (default_session_path, "/.libx2goclient/");
net_obj_properties[X2GO_NET_PROP_SESSION_PATH] = g_param_spec_string ("session-path", _("Base path to session data"),
_("The file system path that will be used as the "
- "session data base path. SSH-related files will "
- "land there."),
+ "session data base path. Connection-related files "
+ "will land there."),
default_session_path->str,
G_PARAM_STATIC_STRINGS | G_PARAM_CONSTRUCT_ONLY | G_PARAM_READWRITE);
g_boxed_free (G_TYPE_GSTRING, default_session_path);
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/libx2goclient.git
More information about the x2go-commits
mailing list