Fix label of the userstyle panel

This commit is contained in:
Christian Dywan 2009-02-21 01:10:21 +01:00
parent 3f75dc69e6
commit 04a65f0f90

View file

@ -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;