Translate the plug-in name

This commit is contained in:
Pierre Pronchery 2015-10-25 17:05:39 +01:00
parent 4b41c9a3f3
commit f4e8eb65da

View File

@ -24,6 +24,7 @@
#include <System.h>
#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,