aboutsummaryrefslogtreecommitdiffstats
path: root/src/location-manual.c
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2025-03-25 23:06:51 +0100
committerMattias Andrée <m@maandree.se>2025-03-25 23:06:51 +0100
commit8fed0248b8c26a4135bd230ec9dea84c4ee23233 (patch)
tree098b52dd860a015a25b4b91e03e14ea3b31cbb30 /src/location-manual.c
parentRemove pointless inclusion guard (diff)
downloadredshift-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-manual.c')
-rw-r--r--src/location-manual.c2
1 files changed, 1 insertions, 1 deletions
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;
}