From 7af4592c1dadbd960453289a94a6156d5c5d76bc Mon Sep 17 00:00:00 2001 From: Adolfo Jayme Barrientos Date: Tue, 16 Dec 2014 22:27:26 -0600 Subject: onedrive: Improve fallback dialog and instructions Reviewed on: https://gerrit.libreoffice.org/13500 Change-Id: I95df1d1b5589f89bfaa48c0833d92e3225b497a6 --- ucb/source/ucp/cmis/auth_provider.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ucb') 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< -- cgit v1.2.3