[epiphany] about-handler: fix a user-visible string



commit f6bb1bce5a46a388d6ff9c0a831c91b51ff7c679
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Mon Jul 22 13:21:20 2019 -0500

    about-handler: fix a user-visible string

 embed/ephy-about-handler.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/embed/ephy-about-handler.c b/embed/ephy-about-handler.c
index a03fa5c7f..7da2462f2 100644
--- a/embed/ephy-about-handler.c
+++ b/embed/ephy-about-handler.c
@@ -295,7 +295,7 @@ handle_applications_finished_cb (EphyAboutHandler       *handler,
                             "</body></html>\n",
                             icon_info ? gtk_icon_info_get_filename (icon_info) : "",
                             /* Displayed when opening applications without any installed web apps. */
-                            _("Applications"), _("You can add your favorite website by clicking <b>Install 
Site as Web Application…</b> within page menu."));
+                            _("Applications"), _("You can add your favorite website by clicking <b>Install 
Site as Web Application…</b> within the page menu."));
   }
 
   ephy_web_application_free_application_list (applications);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]