diff options
Diffstat (limited to 'embed/mozilla/ExternalProtocolService.cpp')
-rw-r--r-- | embed/mozilla/ExternalProtocolService.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/mozilla/ExternalProtocolService.cpp b/embed/mozilla/ExternalProtocolService.cpp index 728cd0f5c..5d71b2b85 100644 --- a/embed/mozilla/ExternalProtocolService.cpp +++ b/embed/mozilla/ExternalProtocolService.cpp @@ -118,7 +118,7 @@ NS_IMETHODIMP GExternalProtocolService::LoadUrl(nsIURI *aURL) /* throw the error */ dialog = gtk_message_dialog_new (NULL, (GtkDialogFlags)0, GTK_MESSAGE_ERROR, GTK_BUTTONS_OK, - _("Galeon cannot handle this protocol,\n" + _("Epiphany cannot handle this protocol,\n" "and no GNOME default handler is set")); gtk_dialog_run (GTK_DIALOG(dialog)); gtk_widget_destroy (dialog); |