Consolidate translatable strings into a common form.
[pspp-builds.git] / src / output / cairo.c
index b8fc486e89e66e1fe218e9543e31eb43b4afe3d9..a2d5fef9d1ddfd36914ef6f3fa22e55fdcb48424 100644 (file)
@@ -389,8 +389,8 @@ handle_option (void *options_, const char *key, const struct string *val)
     {
     case -1:
       error (0, 0,
-             _("unknown configuration parameter `%s' for Cairo device "
-               "driver"), key);
+             _("unknown configuration parameter `%s' for %s device "
+               "driver"), key, this->class->name);
       break;
     case output_file_arg:
       free (options->file_name);