diff options
author | Danny van Heumen <danny@dannyvanheumen.nl> | 2015-07-22 23:11:31 +0200 |
---|---|---|
committer | Danny van Heumen <danny@dannyvanheumen.nl> | 2015-07-22 23:13:27 +0200 |
commit | 9640bbb91dd0dc2e23283972717632e89a9e1632 (patch) | |
tree | 23fa47ec6341a592fb26c3b695e642095294e7ce /resources/languages | |
parent | 897600b91d702207cd28f8afc5856057beb1f0fc (diff) | |
download | jitsi-9640bbb91dd0dc2e23283972717632e89a9e1632.zip jitsi-9640bbb91dd0dc2e23283972717632e89a9e1632.tar.gz jitsi-9640bbb91dd0dc2e23283972717632e89a9e1632.tar.bz2 |
Added dialog title, fine tuned instructions.
Diffstat (limited to 'resources/languages')
-rw-r--r-- | resources/languages/resources.properties | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/languages/resources.properties b/resources/languages/resources.properties index 6df135c..9641ada 100644 --- a/resources/languages/resources.properties +++ b/resources/languages/resources.properties @@ -929,7 +929,8 @@ impl.googlecontacts.USERNAME=Account name impl.googlecontacts.PASSWORD=Password impl.googlecontacts.PREFIX=Phone prefix impl.googlecontacts.WRONG_CREDENTIALS=Wrong credentials for Google account {0} -impl.googlecontacts.INSTRUCTIONS=<html><b>Instructions</b>:<p>Click the link below to approve Jitsi's access to the account. By clicking the link, a web page will open in your browser. Log in with the requested account and approve access. Once approved, Google will show you a code. Copy this code into the input box below and click 'Save'.</p><p>This is a one-time operation. Authorization tokens will be stored for future use.</p></html> +impl.googlecontacts.OAUTH_DIALOG_TITLE=Google Contacts authorization +impl.googlecontacts.INSTRUCTIONS=<html><p>Click the link below to approve Google Contacts plugin to access the account. By clicking the link, a web page will open in your browser. Log in with the requested account and approve access. Once approved, Google will show you a code. Copy this code into the text field below and click 'Save'.</p><p>This is a one-time operation. Authorization tokens will be stored for future use.</p></html> impl.googlecontacts.CODE=Code: impl.googlecontacts.HYPERLINK_TEXT=Click here to approve access to {0} |