summaryrefslogtreecommitdiff
path: root/midori
diff options
context:
space:
mode:
authorSergio Durigan Junior <sergiodj@sergiodj.net>2015-09-26 18:37:02 -0400
committerSergio Durigan Junior <sergiodj@sergiodj.net>2015-09-26 18:37:02 -0400
commiteb7168018b5259109bd3f1ab449fbecc67fa8f14 (patch)
treeef9b959f64e2ad85bb5afb21b1737234d90e1892 /midori
parent1b2a4135ed0df17016bd6e74dacc03d6ecf4a5e5 (diff)
downloadmidori-eb7168018b5259109bd3f1ab449fbecc67fa8f14.tar.gz
Adjusting indentation of the long string added in the last commit.
Diffstat (limited to 'midori')
-rw-r--r--midori/midori-view.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/midori/midori-view.c b/midori/midori-view.c
index 11dab9fd..5c35d1f8 100644
--- a/midori/midori-view.c
+++ b/midori/midori-view.c
@@ -623,10 +623,10 @@ midori_view_web_view_navigation_decision_cb (WebKitWebView* web_view
gchar* slots = g_strjoinv (" , ", (gchar**)gcr_pkcs11_get_trust_lookup_uris ());
gchar* title = g_strdup_printf ("Error granting trust: %s", error->message);
midori_tab_stop_loading (MIDORI_TAB (view));
- midori_view_display_error (view, NULL, NULL, NULL, title, slots, _("Please look at our \
-<a href=\"http://midori-browser.org/faqs/\" target=\"_blank\">FAQ</a>, \
-section \"<a href=\"http://midori-browser.org/faqs/#security_features\" target=\"_blank\">Security Features</a>\", \
-to understand how you can solve this problem."),
+ midori_view_display_error (view, NULL, NULL, NULL, title, slots, _("Please look at our "
+ "<a href=\"http://midori-browser.org/faqs/\" target=\"_blank\">FAQ</a>, section "
+ "\"<a href=\"http://midori-browser.org/faqs/#security_features\" target=\"_blank\">"
+ "Security Features</a>\", to understand how you can solve this problem."),
_("Trust this website"), NULL);
g_free (title);
g_free (slots);