From 31f09f8d308b8e4cb630852164dd769366acab1c Mon Sep 17 00:00:00 2001 From: Dave Nicolson Date: Sat, 3 Feb 2024 23:54:04 +0100 Subject: [PATCH] =?UTF-8?q?Replace=20=E2=80=9CQuickLook=E2=80=9D=20with=20?= =?UTF-8?q?=E2=80=9CQuick=20Look=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Library/Homebrew/cask/artifact/qlplugin.rb | 2 +- Library/Homebrew/cli/parser.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/Homebrew/cask/artifact/qlplugin.rb b/Library/Homebrew/cask/artifact/qlplugin.rb index ed3994aa28..bd95a3602a 100644 --- a/Library/Homebrew/cask/artifact/qlplugin.rb +++ b/Library/Homebrew/cask/artifact/qlplugin.rb @@ -11,7 +11,7 @@ module Cask class Qlplugin < Moved sig { returns(String) } def self.english_name - "QuickLook Plugin" + "Quick Look Plugin" end def install_phase(**options) diff --git a/Library/Homebrew/cli/parser.rb b/Library/Homebrew/cli/parser.rb index 1f2f4cdc18..eebc6c5bc0 100644 --- a/Library/Homebrew/cli/parser.rb +++ b/Library/Homebrew/cli/parser.rb @@ -48,7 +48,7 @@ module Homebrew "(default: `#{Cask::Config::DEFAULT_DIRS[:prefpanedir]}`).", }], [:flag, "--qlplugindir=", { - description: "Target location for QuickLook Plugins " \ + description: "Target location for Quick Look Plugins " \ "(default: `#{Cask::Config::DEFAULT_DIRS[:qlplugindir]}`).", }], [:flag, "--mdimporterdir=", {