From aacdd4fd5efc961e54e257ca497d538250b5591e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Dr=C4=85g?= Date: Fri, 30 Oct 2015 17:41:16 +0100 Subject: [PATCH] browser-plugin: fix spelling of GNOME --- browser-plugin/browser-plugin.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/browser-plugin/browser-plugin.c b/browser-plugin/browser-plugin.c index e8b5cf6a1..ab6935daa 100644 --- a/browser-plugin/browser-plugin.c +++ b/browser-plugin/browser-plugin.c @@ -33,11 +33,11 @@ #include #define ORIGIN "extensions.gnome.org" -#define PLUGIN_NAME "Gnome Shell Integration" -#define PLUGIN_DESCRIPTION "This plugin provides integration with Gnome Shell " \ +#define PLUGIN_NAME "GNOME Shell Integration" +#define PLUGIN_DESCRIPTION "This plugin provides integration with GNOME Shell " \ "for live extension enabling and disabling. " \ "It can be used only by extensions.gnome.org" -#define PLUGIN_MIME_STRING "application/x-gnome-shell-integration::Gnome Shell Integration Dummy Content-Type"; +#define PLUGIN_MIME_STRING "application/x-gnome-shell-integration::GNOME Shell Integration Dummy Content-Type"; #define PLUGIN_API_VERSION 5