diff options
author | Mattias Andrée <m@maandree.se> | 2025-03-25 23:06:51 +0100 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2025-03-25 23:06:51 +0100 |
commit | 8fed0248b8c26a4135bd230ec9dea84c4ee23233 (patch) | |
tree | 098b52dd860a015a25b4b91e03e14ea3b31cbb30 /src/location-geoclue2.c | |
parent | Remove pointless inclusion guard (diff) | |
download | redshift-ng-8fed0248b8c26a4135bd230ec9dea84c4ee23233.tar.gz redshift-ng-8fed0248b8c26a4135bd230ec9dea84c4ee23233.tar.bz2 redshift-ng-8fed0248b8c26a4135bd230ec9dea84c4ee23233.tar.xz |
Add support for /etc/geolocation and guessing by timezone
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'src/location-geoclue2.c')
-rw-r--r-- | src/location-geoclue2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/location-geoclue2.c b/src/location-geoclue2.c index 199db2d..9eb49fe 100644 --- a/src/location-geoclue2.c +++ b/src/location-geoclue2.c @@ -408,7 +408,7 @@ geoclue2_set_option(struct location_state *state, const char *key, const char *v { (void) state; (void) value; - weprintf(_("Unknown method parameter: `%s'."), key); + weprintf(_("Unknown provider parameter: `%s'."), key); return -1; } |