Translate the plug-in name
This commit is contained in:
parent
4b41c9a3f3
commit
f4e8eb65da
|
@ -24,6 +24,7 @@
|
||||||
#include <System.h>
|
#include <System.h>
|
||||||
#include "Browser.h"
|
#include "Browser.h"
|
||||||
#define _(string) gettext(string)
|
#define _(string) gettext(string)
|
||||||
|
#define N_(string) (string)
|
||||||
|
|
||||||
|
|
||||||
/* Favorites */
|
/* Favorites */
|
||||||
|
@ -77,7 +78,7 @@ static void _favorites_on_row_activated(GtkTreeView * view, GtkTreePath * path,
|
||||||
/* variables */
|
/* variables */
|
||||||
BrowserPluginDefinition plugin =
|
BrowserPluginDefinition plugin =
|
||||||
{
|
{
|
||||||
"Favorites",
|
N_("Favorites"),
|
||||||
"user-bookmarks",
|
"user-bookmarks",
|
||||||
NULL,
|
NULL,
|
||||||
_favorites_init,
|
_favorites_init,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user