From 8fed0248b8c26a4135bd230ec9dea84c4ee23233 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 25 Mar 2025 23:06:51 +0100 Subject: Add support for /etc/geolocation and guessing by timezone MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- 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 035dda7..1b94137 100644 --- a/src/location-corelocation.m +++ b/src/location-corelocation.m @@ -268,7 +268,7 @@ corelocation_set_option(struct location_state *state, const char *key, const cha { (void) state; (void) value; - weprintf(_("Unknown method parameter: `%s'."), key); + weprintf(_("Unknown provider parameter: `%s'."), key); return -1; } -- cgit v1.2.3-70-g09d2