diff options
Diffstat (limited to 'embed')
-rw-r--r-- | embed/webkit/webkit-embed.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/embed/webkit/webkit-embed.c b/embed/webkit/webkit-embed.c index cb6e9dcb1..1323322be 100644 --- a/embed/webkit/webkit-embed.c +++ b/embed/webkit/webkit-embed.c @@ -600,9 +600,7 @@ confirm_action_from_mime (WebKitWebView *web_view, mime_description = NULL; mime_permission = EPHY_MIME_PERMISSION_SAFE; if (mime_description == NULL) { - /* Translators: The text before the "|" is context to help you decide on - * the correct translation. You MUST OMIT it in the translated string. */ - mime_description = g_strdup (Q_("File Type:|Unknown")); + mime_description = g_strdup (C_("file type", "Unknown")); action = DOWNLOAD_ACTION_OPEN_LOCATION; } |