aboutsummaryrefslogtreecommitdiff
path: root/src/user-list.vala
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-05-08 09:09:29 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-05-08 09:09:29 +0200
commit6ad844626e4661704b97e31f5699e16250b74bab (patch)
tree7d8168cad5981f70d518530eb10b8df6caf37dc0 /src/user-list.vala
parent97e48ff6468ffa97adb584ac5e63e7107a3a2c6a (diff)
downloadarctica-greeter-6ad844626e4661704b97e31f5699e16250b74bab.tar.gz
arctica-greeter-6ad844626e4661704b97e31f5699e16250b74bab.tar.bz2
arctica-greeter-6ad844626e4661704b97e31f5699e16250b74bab.zip
src/user-list.vala: Mention X2Go in remote logon help / setup hint.
Diffstat (limited to 'src/user-list.vala')
-rw-r--r--src/user-list.vala4
1 files changed, 2 insertions, 2 deletions
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);