From 6ad844626e4661704b97e31f5699e16250b74bab Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 8 May 2018 09:09:29 +0200 Subject: src/user-list.vala: Mention X2Go in remote logon help / setup hint. --- src/user-list.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/user-list.vala') diff --git a/src/user-list.vala b/src/user-list.vala index 7d20433..6619a68 100644 --- a/src/user-list.vala +++ b/src/user-list.vala @@ -548,9 +548,9 @@ public class UserList : GreeterList { var dialog = new Gtk.MessageDialog (null, 0, Gtk.MessageType.OTHER, Gtk.ButtonsType.NONE, ""); dialog.set_position (Gtk.WindowPosition.CENTER_ALWAYS); - dialog.secondary_text = _("If you have an account on an RDP or Citrix server, Remote Login lets you run applications from that server."); + //dialog.secondary_text = _("If you have an account on an RDP or Citrix server, Remote Login lets you run applications from that server."); // For 12.10 we still don't support Citrix - dialog.secondary_text = _("If you have an account on an RDP server, Remote Login lets you run applications from that server."); + dialog.secondary_text = _("If you have an account on an RDP server or X2Go server, Remote Login lets you run applications from that server."); if (offer_guest) { dialog.add_button (_("Cancel"), 0); -- cgit v1.2.3