From 5811d62df7f7df3855815ef36d3aeab3a27f7223 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 26 Oct 2015 15:55:14 +0100 Subject: Drop hard-reference to uccs.canonica.com. Make default Remote Logon Service server configurable through gsettings. --- 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 13b4bf9..c944926 100644 --- a/src/user-list.vala +++ b/src/user-list.vala @@ -554,12 +554,12 @@ public class UserList : GreeterList dialog.add_button (_("Cancel"), 0); var b = dialog.add_button (_("Set Up…"), 1); b.grab_focus (); - dialog.text = _("You need an Ubuntu Remote Login account to use this service. Would you like to set up an account now?"); + dialog.text = _("You need a Remote Logon account to use this service. Would you like to set up an account now?"); } else { dialog.add_button (_("OK"), 0); - dialog.text = _("You need an Ubuntu Remote Login account to use this service. Visit uccs.canonical.com to set up an account."); + dialog.text = _("You need a Remote Logon account to use this service. Visit https://%s to set up an account.", AGSettings.get_string (AGSettings.KEY_REMOTE_SERVICE_FQDN)); } dialog.show_all (); -- cgit v1.2.3