diff --git a/js/ui/components/polkitAgent.js b/js/ui/components/polkitAgent.js index 693d1d235..551596391 100644 --- a/js/ui/components/polkitAgent.js +++ b/js/ui/components/polkitAgent.js @@ -44,7 +44,7 @@ var AuthenticationDialog = GObject.registerClass({ let bodyContent = new Dialog.MessageDialogContent(); if (userNames.length > 1) { - log('polkitAuthenticationAgent: Received %d'.format(userNames.length) + + log('polkitAuthenticationAgent: Received %d '.format(userNames.length) + 'identities that can be used for authentication. Only ' + 'considering one.'); }