diff options
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; } |