Merge pull request #16578 from dnicolson/fix-quick-look
Replace “QuickLook” with “Quick Look”
This commit is contained in:
commit
0d02aa3313
@ -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)
|
||||
|
@ -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=", {
|
||||
|
Loading…
x
Reference in New Issue
Block a user