[epiphany] overview: Fix a typo in the overview page title



commit ccf522fc52f0929937bfcfb48bbb8279c65d3036
Author: Carlos Garcia Campos <cgarcia igalia com>
Date:   Tue Feb 18 15:43:40 2014 +0100

    overview: Fix a typo in the overview page title
    
    Now the title is correctly translated.

 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 d6b7c33..439e3ff 100644
--- a/embed/ephy-about-handler.c
+++ b/embed/ephy-about-handler.c
@@ -496,7 +496,7 @@ ephy_about_handler_handle_html_overview (EphyAboutHandler *handler,
                    g_bytes_get_data (html_file, NULL),
                    lang, lang,
                    ((gtk_widget_get_default_direction () == GTK_TEXT_DIR_RTL) ? "rtl" : "ltr"),
-                   _("Most visited"),
+                   _("Most Visited"),
                    data_str->str);
 
   data_length = html->len;


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