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-manual.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/location-manual.c') diff --git a/src/location-manual.c b/src/location-manual.c index c6c679e..2928f37 100644 --- a/src/location-manual.c +++ b/src/location-manual.c @@ -90,7 +90,7 @@ manual_set_option(struct location_state *state, const char *key, const char *val } else if (!strcasecmp(key, "lon")) { state->location.longitude = v; } else { - weprintf(_("Unknown method parameter: `%s'."), key); + weprintf(_("Unknown provider parameter: `%s'."), key); return -1; } -- cgit v1.2.3-70-g09d2