Skip to content

Commit

Permalink
Replace “QuickLook” with “Quick Look”
Browse files Browse the repository at this point in the history
  • Loading branch information
dnicolson committed Feb 3, 2024
1 parent 8392f70 commit 31f09f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Library/Homebrew/cask/artifact/qlplugin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module Artifact
class Qlplugin < Moved
sig { returns(String) }
def self.english_name
"QuickLook Plugin"
"Quick Look Plugin"
end

def install_phase(**options)
Expand Down
2 changes: 1 addition & 1 deletion Library/Homebrew/cli/parser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def self.global_cask_options
"(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=", {
Expand Down

0 comments on commit 31f09f8

Please sign in to comment.