From 84eef11b2767bb8c4f28b2abfa43976776e148e3 Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Tue, 27 Apr 2010 01:51:58 +0200 Subject: [PATCH] Use consistent naming across the bundles --- projects/mozilla/install.rdf.in | 2 +- projects/mozilla/manifest.json.in | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/mozilla/install.rdf.in b/projects/mozilla/install.rdf.in index 694277a..2963792 100644 --- a/projects/mozilla/install.rdf.in +++ b/projects/mozilla/install.rdf.in @@ -1,7 +1,7 @@ vlc-plugin@videolan.org - VideoLAN + VLC Multimedia Plug-in Bundle" @VERSION_MAJOR@.@VERSION_MINOR@.@VERSION_REVISION@@VERSION_EXTRA@ diff --git a/projects/mozilla/manifest.json.in b/projects/mozilla/manifest.json.in index 8751ea2..a9a4cca 100644 --- a/projects/mozilla/manifest.json.in +++ b/projects/mozilla/manifest.json.in @@ -1,6 +1,6 @@ { - "name": "VideoLAN", + "name": "VLC Multimedia Plug-in", "version": "@VERSION_MAJOR@.@VERSION_MINOR@.@VERSION_REVISION@.@VERSION_EXTRA_RC@", - "description": "VideoLAN Web Plugin Bundle", + "description": "VLC Multimedia Plug-in Bundle", "plugins": [{"path":"plugins/npvlc.dll", "public":true }] } -- 1.7.0.3