[epiphany] Remove quotation marks from about:web page
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] Remove quotation marks from about:web page
- Date: Sat, 25 Mar 2017 14:43:22 +0000 (UTC)
commit b80fdf23883d7fcbf410cf89bde864398a22def1
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Sat Mar 25 09:41:45 2017 -0500
Remove quotation marks from about:web page
If we keep these, then they need to be marked for translation. But we
don't need to keep them, because they look bad in English. Translators
can add them around the string if really desired, but I doubt it's ever
desired.
https://bugzilla.gnome.org/show_bug.cgi?id=780511
embed/ephy-about-handler.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/embed/ephy-about-handler.c b/embed/ephy-about-handler.c
index 54b85be..9e12c19 100644
--- a/embed/ephy-about-handler.c
+++ b/embed/ephy-about-handler.c
@@ -283,7 +283,7 @@ ephy_about_handler_handle_about (EphyAboutHandler *handler,
"<img src=\"file://%s\"/>"
"<h1 id=\"about-title\">%s</h1>"
"<h2 id=\"about-subtitle\">%s</h2>"
- "<p id=\"about-tagline\">ā%sā</p>"
+ "<p id=\"about-tagline\">%s</p>"
"<table class=\"properties\">"
"<tr><td class=\"prop-label\">%s</td><td class=\"prop-value\">%d.%d.%d</td></tr>"
"</table>"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]