diff --git a/xpfe/global/resources/locale/en-US/MANIFEST b/xpfe/global/resources/locale/en-US/MANIFEST index 3396f2f9f237..0e6ee2d8e807 100644 --- a/xpfe/global/resources/locale/en-US/MANIFEST +++ b/xpfe/global/resources/locale/en-US/MANIFEST @@ -15,3 +15,4 @@ accept2locale.properties languageNames.properties regionNames.properties commonDialogs.properties +plugins.properties diff --git a/xpfe/global/resources/locale/en-US/Makefile.in b/xpfe/global/resources/locale/en-US/Makefile.in index 8e2f234d1bab..397b49464883 100644 --- a/xpfe/global/resources/locale/en-US/Makefile.in +++ b/xpfe/global/resources/locale/en-US/Makefile.in @@ -49,6 +49,7 @@ CHROME_L10N = \ languageNames.properties \ regionNames.properties \ commonDialogs.properties \ + plugins.properties \ $(NULL) include $(topsrcdir)/config/rules.mk diff --git a/xpfe/global/resources/locale/en-US/makefile.win b/xpfe/global/resources/locale/en-US/makefile.win index 69927b626a48..6c89bb7948b8 100644 --- a/xpfe/global/resources/locale/en-US/makefile.win +++ b/xpfe/global/resources/locale/en-US/makefile.win @@ -44,6 +44,7 @@ CHROME_L10N = \ .\languageNames.properties \ .\regionNames.properties \ .\commonDialogs.properties \ + .\plugins.properties \ $(NULL) include <$(DEPTH)\config\rules.mak>