From 7cb1af0773176b9852f9870198d095d347aa8a2c Mon Sep 17 00:00:00 2001 From: Jon Lund Steffensen Date: Sun, 28 Dec 2014 14:13:42 -0500 Subject: corelocation: Fix missing space character in string --- src/location-corelocation.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/location-corelocation.m') diff --git a/src/location-corelocation.m b/src/location-corelocation.m index 626949c..cc873bb 100644 --- a/src/location-corelocation.m +++ b/src/location-corelocation.m @@ -56,7 +56,7 @@ if (authStatus != kCLAuthorizationStatusNotDetermined && authStatus != kCLAuthorizationStatusAuthorized) { fputs(_("Not authorized to obtain location" - "from CoreLocation.\n"), stderr); + " from CoreLocation.\n"), stderr); CFRunLoopStop(CFRunLoopGetCurrent()); } -- cgit v1.2.3-70-g09d2