Address review comment for Bug 680113 that I missed when checking in. r=Unfocused

This commit is contained in:
Justin Wood 2011-09-14 06:33:12 -04:00
parent c5f31e023d
commit 1e9a422ca0

View File

@ -78,9 +78,9 @@ function getSourceString(aSource) {
var strings = Services.strings.createBundle("chrome://mozapps/locale/extensions/selectAddons.properties");
switch (aSource) {
case AddonManager.SCOPE_APPLICATION:
case APP:
return strings.GetStringFromName("source.bundled");
case AddonManager.SCOPE_PROFILE:
case PROFILE:
return strings.GetStringFromName("source.profile");
default:
return strings.GetStringFromName("source.other");