mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Address review comment for Bug 680113 that I missed when checking in. r=Unfocused
This commit is contained in:
parent
c5f31e023d
commit
1e9a422ca0
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user