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. --- ChangeLog | 6 ++++++ embed/mozilla/ContentHandler.cpp | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index a905c1ac6..792ab3af8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-12-16 Christian Persch + + * embed/mozilla/ContentHandler.cpp: + + Quote app name. + 2004-12-16 Christian Persch * embed/downloader-view.c: (downloader_view_build_ui): 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