From 1a38edaef1a0f89e3964c82d321d9fd7db7dc6bf Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Thu, 28 May 2009 18:55:20 +0300 Subject: webkit-embed: use C gettext macro for translation context. Patch by Claude Paroz, bug #583893 --- embed/webkit/webkit-embed.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'embed') 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; } -- cgit v1.2.3