aboutsummaryrefslogtreecommitdiff
path: root/src/user-list.vala
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-10-26 15:55:14 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-10-26 15:55:14 +0100
commit5811d62df7f7df3855815ef36d3aeab3a27f7223 (patch)
tree4880565855bcf554a8cf29283525b68dabd3ea31 /src/user-list.vala
parent1cfbd06c9fd8b1e45391e64df0e62d67c6cf905c (diff)
downloadarctica-greeter-5811d62df7f7df3855815ef36d3aeab3a27f7223.tar.gz
arctica-greeter-5811d62df7f7df3855815ef36d3aeab3a27f7223.tar.bz2
arctica-greeter-5811d62df7f7df3855815ef36d3aeab3a27f7223.zip
Drop hard-reference to uccs.canonica.com. Make default Remote Logon Service server configurable through gsettings.
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 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 ();