diff --git a/common/flatpak-run.c b/common/flatpak-run.c index 1f92301a..2b749a0c 100644 --- a/common/flatpak-run.c +++ b/common/flatpak-run.c @@ -763,7 +763,7 @@ flatpak_context_verify_filesystem (const char *filesystem_and_mode, return TRUE; g_set_error (error, G_OPTION_ERROR, G_OPTION_ERROR_FAILED, - _("Unknown filesystem location %s, valid types are: host, home, xdg-*[/...], ~/dir, /dir"), filesystem); + _("Unknown filesystem location %s, valid locations are: host, home, xdg-*[/...], ~/dir, /dir"), filesystem); return FALSE; }