diff options
author | Michael Catanzaro <mcatanzaro@igalia.com> | 2017-08-06 17:52:38 -0500 |
---|---|---|
committer | Michael Catanzaro <mcatanzaro@igalia.com> | 2017-08-06 17:53:19 -0500 |
commit | 6f489f39b2e6cc0550364a8f822e33ef9a0cd76e (patch) | |
tree | 63dd5f5bf7b3004be7009936099bfee8126e060c /embed/ephy-about-handler.c | |
parent | e352e9537f6cb4ed694a1c43d6600fa854d13798 (diff) | |
download | epiphany-6f489f39b2e6cc0550364a8f822e33ef9a0cd76e.tar.gz |
Reduce use of markup in translatable strings
https://bugzilla.gnome.org/show_bug.cgi?id=671425
Diffstat (limited to 'embed/ephy-about-handler.c')
-rw-r--r-- | 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 fc550fb2c..47a98e339 100644 --- a/embed/ephy-about-handler.c +++ b/embed/ephy-about-handler.c @@ -576,7 +576,7 @@ ephy_about_handler_handle_incognito (EphyAboutHandler *handler, gtk_widget_get_default_direction () == GTK_TEXT_DIR_RTL ? "rtl" : "ltr", _("Private Browsing"), _("Private Browsing"), - _("You are currently browsing <em>incognito</em>. Pages viewed in this " + _("You are currently browsing incognito. Pages viewed in this " "mode will not show up in your browsing history and all stored " "information will be cleared when you close the window. Files you " "download will be kept."), |