From 4ce2ca5ef0247ee38c85aed2f7a50bfaea5668fa Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 26 Oct 2015 17:26:23 +0100 Subject: Fix parentheses in dialog message. --- src/user-list.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/user-list.vala') diff --git a/src/user-list.vala b/src/user-list.vala index 50a487a..4805956 100644 --- a/src/user-list.vala +++ b/src/user-list.vala @@ -559,7 +559,7 @@ public class UserList : GreeterList else { dialog.add_button (_("OK"), 0); - dialog.text = _("You need a Remote Logon account to use this service. Visit https://%s to set up an account.").printf(AGSettings.get_string (AGSettings.KEY_REMOTE_SERVICE_FQDN))); + dialog.text = _("You need a Remote Logon account to use this service. Visit https://%s to set up an account.").printf(AGSettings.get_string (AGSettings.KEY_REMOTE_SERVICE_FQDN)); } dialog.show_all (); -- cgit v1.2.3