aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-12-16 21:55:33 +0800
committerChristian Persch <chpe@src.gnome.org>2004-12-16 21:55:33 +0800
commitc9c56355eace2bb4589d151c97599625582f42d4 (patch)
tree5e1d0cc95f744b079a12fb3347ac320962077d94 /embed
parent863bbb4f3e67cafad1f08d7bc08362b6df2785bd (diff)
downloadgsoc2013-epiphany-c9c56355eace2bb4589d151c97599625582f42d4.tar
gsoc2013-epiphany-c9c56355eace2bb4589d151c97599625582f42d4.tar.gz
gsoc2013-epiphany-c9c56355eace2bb4589d151c97599625582f42d4.tar.bz2
gsoc2013-epiphany-c9c56355eace2bb4589d151c97599625582f42d4.tar.lz
gsoc2013-epiphany-c9c56355eace2bb4589d151c97599625582f42d4.tar.xz
gsoc2013-epiphany-c9c56355eace2bb4589d151c97599625582f42d4.tar.zst
gsoc2013-epiphany-c9c56355eace2bb4589d151c97599625582f42d4.zip
Add app name to primary text, too. Fixes bug #141327.
2004-12-16 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/ContentHandler.cpp: Add app name to primary text, too. Fixes bug #141327.
Diffstat (limited to 'embed')
-rw-r--r--embed/mozilla/ContentHandler.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/embed/mozilla/ContentHandler.cpp b/embed/mozilla/ContentHandler.cpp
index 211fb72ea..100aae550 100644
--- a/embed/mozilla/ContentHandler.cpp
+++ b/embed/mozilla/ContentHandler.cpp
@@ -261,10 +261,12 @@ NS_METHOD GContentHandler::MIMEConfirmAction ()
dialog = gtk_message_dialog_new
(parentWindow, GTK_DIALOG_DESTROY_WITH_PARENT,
GTK_MESSAGE_WARNING, GTK_BUTTONS_NONE,
- _("Open the file in another application?"));
+ /* translators: %s is the name of the application */
+ _("Open this file with %s?"),
+ mHelperApp->name);
gtk_message_dialog_format_secondary_markup
(GTK_MESSAGE_DIALOG (dialog),
- /* translators: this %s is the name of the application */
+ /* 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 "
"<tt>%s</tt> or save it."),