diff options
Diffstat (limited to 'embed/mozilla/EphyAboutModule.cpp')
-rw-r--r-- | embed/mozilla/EphyAboutModule.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/embed/mozilla/EphyAboutModule.cpp b/embed/mozilla/EphyAboutModule.cpp index d478c4555..490c54bee 100644 --- a/embed/mozilla/EphyAboutModule.cpp +++ b/embed/mozilla/EphyAboutModule.cpp @@ -533,10 +533,10 @@ EphyAboutModule::CreateRecoverPage(nsIURI *aRecoverURI, rv = NS_NewURI(getter_AddRefs (uri), url, charset.get()); NS_ENSURE_SUCCESS (rv, rv); - char *secondary = g_strdup_printf + char *secondary = g_markup_printf_escaped (_("The page ā%sā in this tab was not fully loaded yet when " "the web browser crashed; it could have caused the crash."), - rawurl.get()); + url.get()); nsCOMPtr<nsIChannel> channel; rv = WritePage (aRecoverURI, uri, uri, rawurl, title.get(), |