Fix label of the userstyle panel
This commit is contained in:
parent
3f75dc69e6
commit
04a65f0f90
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ midori_addons_get_label (MidoriViewable* viewable)
|
|||
{
|
||||
if (MIDORI_ADDONS (viewable)->kind == MIDORI_ADDON_USER_SCRIPTS)
|
||||
return _("Userscripts");
|
||||
else if (MIDORI_ADDONS (viewable)->kind == MIDORI_ADDON_USER_SCRIPTS)
|
||||
else if (MIDORI_ADDONS (viewable)->kind == MIDORI_ADDON_USER_STYLES)
|
||||
return _("Userstyles");
|
||||
else
|
||||
return NULL;
|
||||
|
|
Loading…
Reference in a new issue