diff options
Diffstat (limited to 'src/location-manual.c')
-rw-r--r-- | src/location-manual.c | 2 |
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; } |