diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2014-12-16 22:27:26 -0600 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-12-20 21:13:36 +0100 |
commit | 7af4592c1dadbd960453289a94a6156d5c5d76bc (patch) | |
tree | aa5a8feb709a4ef43161c3a2c8e3092eeb2d83dc /ucb | |
parent | bc4bbf802fd2729ec70cd33a143d7c4c856fa317 (diff) |
onedrive: Improve fallback dialog and instructions
Reviewed on:
https://gerrit.libreoffice.org/13500
Change-Id: I95df1d1b5589f89bfaa48c0833d92e3225b497a6
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/cmis/auth_provider.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/ucp/cmis/auth_provider.cxx b/ucb/source/ucp/cmis/auth_provider.cxx index 63e742f84282..97414f19e864 100644 --- a/ucb/source/ucp/cmis/auth_provider.cxx +++ b/ucb/source/ucp/cmis/auth_provider.cxx @@ -70,9 +70,9 @@ namespace cmis const char* /*username*/, const char* /*password*/ ) { - OUString instructions = "Please open the following link in your browser and\n" - "paste the code from the URL you have been redirected to\n" - "in the box bellow. For example:\n" + OUString instructions = "Open the following link in your browser and " + "paste the code from the URL you have been redirected to in the " + "box below. For example:\n" "https://login.live.com/oauth20_desktop.srf?code=YOUR_CODE&lc=1033"; OUString url_oustr( url, strlen( url ), RTL_TEXTENCODING_UTF8 ); const com::sun::star::uno::Reference< |