diff options
Diffstat (limited to 'src/location-corelocation.m')
-rw-r--r-- | src/location-corelocation.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/location-corelocation.m b/src/location-corelocation.m index 035dda7..1b94137 100644 --- a/src/location-corelocation.m +++ b/src/location-corelocation.m @@ -268,7 +268,7 @@ corelocation_set_option(struct location_state *state, const char *key, const cha { (void) state; (void) value; - weprintf(_("Unknown method parameter: `%s'."), key); + weprintf(_("Unknown provider parameter: `%s'."), key); return -1; } |