From a61af010c9e1d9dc0e78a010a85dac87c4f2b422 Mon Sep 17 00:00:00 2001 From: mjollnir_ Date: Fri, 25 Jul 2008 11:43:41 +0000 Subject: [PATCH] MDL-15760 fixed typo in box.net language pack --- lang/en_utf8/portfolio_boxnet.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en_utf8/portfolio_boxnet.php b/lang/en_utf8/portfolio_boxnet.php index 7fea7fb71f..fc04ab299b 100644 --- a/lang/en_utf8/portfolio_boxnet.php +++ b/lang/en_utf8/portfolio_boxnet.php @@ -8,7 +8,7 @@ $string['foldercreatefailed'] = 'Failed to create your target folder on box.net' $string['folderlistfailed'] = 'Failed to retrieve a folder listing from box.net'; $string['newfolder'] = 'New folder to put file(s) into'; $string['noauthtoken'] = 'Could not retrieve an authentication token for use in this session'; -$string['noticket'] = 'Could not retrieve a ticket from box.net to being the authentication session'; +$string['noticket'] = 'Could not retrieve a ticket from box.net to begin the authentication session'; $string['notarget'] = 'You must specify either an existing folder or a new folder to upload into'; $string['password'] = 'Your box.net password (will not be stored)'; $string['sharedfolder'] = 'Shared'; -- 2.39.5