From f4e8eb65da32c0344b3a86d27f58580b1267b354 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 25 Oct 2015 17:05:39 +0100 Subject: [PATCH] Translate the plug-in name --- src/plugins/favorites.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/plugins/favorites.c b/src/plugins/favorites.c index 44736a2..7f7947b 100644 --- a/src/plugins/favorites.c +++ b/src/plugins/favorites.c @@ -24,6 +24,7 @@ #include #include "Browser.h" #define _(string) gettext(string) +#define N_(string) (string) /* Favorites */ @@ -77,7 +78,7 @@ static void _favorites_on_row_activated(GtkTreeView * view, GtkTreePath * path, /* variables */ BrowserPluginDefinition plugin = { - "Favorites", + N_("Favorites"), "user-bookmarks", NULL, _favorites_init,