Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
add webapp to the addon_type lookup (bug 677833)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Balogh committed Aug 10, 2011
1 parent 6417939 commit 6374920
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/constants/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
ADDON_PLUGIN: _(u'Plugin'),
ADDON_LPAPP: _(u'Language Pack (Application)'),
ADDON_PERSONA: _(u'Persona'),
ADDON_WEBAPP: _(u'App'),
}

# Plural
Expand Down

0 comments on commit 6374920

Please sign in to comment.