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,