From 9c3d47f0455cc19b849135c67eaec88a922978f4 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Thu, 16 Dec 2004 15:43:09 +0000 Subject: Quote app name. 2004-12-16 Christian Persch * embed/mozilla/ContentHandler.cpp: Quote app name. --- embed/mozilla/ContentHandler.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'embed') diff --git a/embed/mozilla/ContentHandler.cpp b/embed/mozilla/ContentHandler.cpp index 100aae550..f4a0f0166 100644 --- a/embed/mozilla/ContentHandler.cpp +++ b/embed/mozilla/ContentHandler.cpp @@ -262,14 +262,14 @@ NS_METHOD GContentHandler::MIMEConfirmAction () (parentWindow, GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_WARNING, GTK_BUTTONS_NONE, /* translators: %s is the name of the application */ - _("Open this file with %s?"), + _("Open this file with \"%s\"?"), mHelperApp->name); gtk_message_dialog_format_secondary_markup (GTK_MESSAGE_DIALOG (dialog), /* translators: %s is the name of the application */ _("It's not possible to view this file type " "directly in the browser. You can open it with " - "%s or save it."), + "\"%s\" or save it."), mHelperApp->name); } else -- cgit v1.2.3