[epiphany/gnome-3-22] Mark "technical information" string for translation
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/gnome-3-22] Mark "technical information" string for translation
- Date: Fri, 9 Sep 2016 16:34:42 +0000 (UTC)
commit 36b67ea2d3338cb31828d553bb4b3f07952e7474
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Fri Sep 9 11:33:40 2016 -0500
Mark "technical information" string for translation
embed/ephy-web-view.c | 1 +
src/resources/error.html | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/embed/ephy-web-view.c b/embed/ephy-web-view.c
index 40cb265..bc149b7 100644
--- a/embed/ephy-web-view.c
+++ b/embed/ephy-web-view.c
@@ -1879,6 +1879,7 @@ ephy_web_view_load_error_page (EphyWebView *view,
page == EPHY_WEB_VIEW_ERROR_INVALID_TLS_CERTIFICATE ? "danger" : "default",
msg_title, msg_body,
msg_details ? "visible" : "hidden",
+ _("Technical information"),
msg_details,
hidden_button_label ? "visible" : "hidden",
hidden_button_accesskey, hidden_button_label,
diff --git a/src/resources/error.html b/src/resources/error.html
index 3554bb7..439d745 100644
--- a/src/resources/error.html
+++ b/src/resources/error.html
@@ -56,7 +56,7 @@
<div id="msg-details" class="%s">
<span class="clickable" onclick="javascript:toggleDetailsBox()">
<span id="pointer" style="color: black;">►</span>
- Technical information
+ %s
</span>
<div id="reveal" class="hidden">
%s
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]