diff --git a/toolkit/webapps/NativeApp.jsm b/toolkit/webapps/NativeApp.jsm index 43ec46cd5172..34616ca6c303 100644 --- a/toolkit/webapps/NativeApp.jsm +++ b/toolkit/webapps/NativeApp.jsm @@ -80,7 +80,7 @@ function CommonNativeApp(aApp, aManifest, aCategories, aRegistryDir) { CommonNativeApp.prototype = { uniqueName: null, - appName: null, + appLocalizedName: null, appNameAsFilename: null, iconURI: null, developerName: null, @@ -125,7 +125,7 @@ CommonNativeApp.prototype = { : firstLine.substr(0, 253) + "…"; this.shortDescription = shortDesc; } else { - this.shortDescription = this.appName; + this.shortDescription = this.appLocalizedName; } if (manifest.version) {