[epiphany] bookmark-manager: Fix unlocalized "Mobile" tag



commit 36cc6b0fe0d80b36cfa19f2e9c9f2d875efc435a
Author: Jonathan Kang <jonathankang gnome org>
Date:   Wed Jan 15 10:28:32 2020 +0800

    bookmark-manager: Fix unlocalized "Mobile" tag
    
    Bookmarks in the folder named "Mobile Bookmarks" will be sync to epiphany
    with "Mobile" tag. Though the string is marked for translation, it
    didn’t end up in the UI. Fix that here.
    
    https://gitlab.gnome.org/GNOME/epiphany/issues/1015

 src/bookmarks/ephy-bookmarks-manager.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/bookmarks/ephy-bookmarks-manager.h b/src/bookmarks/ephy-bookmarks-manager.h
index 685e0c8dc..f465c76ee 100644
--- a/src/bookmarks/ephy-bookmarks-manager.h
+++ b/src/bookmarks/ephy-bookmarks-manager.h
@@ -32,7 +32,7 @@ G_BEGIN_DECLS
 G_DECLARE_FINAL_TYPE (EphyBookmarksManager, ephy_bookmarks_manager, EPHY, BOOKMARKS_MANAGER, GObject)
 
 #define EPHY_BOOKMARKS_FAVORITES_TAG    _("Favorites")
-#define EPHY_BOOKMARKS_MOBILE_TAG       N_("Mobile")
+#define EPHY_BOOKMARKS_MOBILE_TAG       _("Mobile")
 #define FIREFOX_BOOKMARKS_MOBILE_FOLDER "Mobile Bookmarks"
 
 EphyBookmarksManager *ephy_bookmarks_manager_new                    (void);


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