[epiphany] search-provider: Improve the "search the web for" string



commit e8f8cfc371fbca4261303b134c165552176d9918
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Fri Jan 25 13:24:34 2019 -0600

    search-provider: Improve the "search the web for" string
    
    It'd be ridiculous to say "Search the Firefox for pizza party," as
    pointed out by Florian, so we shouldn't capitalize W here. And we should
    add quotes to make it obvious what the search term is.
    
    Fixes #635

 src/search-provider/ephy-search-provider.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/search-provider/ephy-search-provider.c b/src/search-provider/ephy-search-provider.c
index 2f39aff28..2742dfd9a 100644
--- a/src/search-provider/ephy-search-provider.c
+++ b/src/search-provider/ephy-search-provider.c
@@ -193,7 +193,7 @@ handle_get_result_metas (EphyShellSearchProvider2 *skeleton,
       g_variant_builder_add (&builder, "{sv}",
                              "id", g_variant_new_string ("special:search"));
       g_variant_builder_add (&builder, "{sv}",
-                             "name", g_variant_new_take_string (g_strdup_printf (_("Search the Web for %s"),
+                             "name", g_variant_new_take_string (g_strdup_printf (_("Search the web for 
ā€œ%sā€"),
                                                                                  results[i] + strlen 
("special:search:"))));
       g_variant_builder_add (&builder, "{sv}",
                              "gicon", g_variant_new_string ("org.gnome.Epiphany"));


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