From 9c1b39a96e96faffd030f04f43539f39dc1a8e00 Mon Sep 17 00:00:00 2001 From: Georg Schwitalla Date: Sat, 24 Oct 2020 12:56:37 +0200 Subject: [PATCH] had a slight typo --- beets/ui/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beets/ui/commands.py b/beets/ui/commands.py index 2962362a1..5df0b0c4b 100755 --- a/beets/ui/commands.py +++ b/beets/ui/commands.py @@ -1694,7 +1694,7 @@ def config_func(lib, opts, args): if config_out != '{}\n': print_(util.text_string(config_out)) else: - print("Empty Configuration") + print("Empty configuration") def config_edit(): """Open a program to edit the user configuration.