openbsd-ports/audio/ncmpcpp/patches/patch-src_help_cpp
dcoppa 7aba82966d Fix columns generation without configuration file (the text of the
playlist disappeared in columns display mode when there is no config
file)
(upstream git commit 6126def6c5b339c7f43d99c47501dde21d4943b3)

help: fix typo
(upstream git commit a22e875473bb796eb1e905ca4d40b39c90133637)
2012-08-08 12:32:10 +00:00

17 lines
798 B
Plaintext

$OpenBSD: patch-src_help_cpp,v 1.1 2012/08/08 12:32:10 dcoppa Exp $
Fix typo
(upstream git commit a22e875473bb796eb1e905ca4d40b39c90133637)
--- src/help.cpp.orig Wed Aug 8 13:43:54 2012
+++ src/help.cpp Wed Aug 8 13:44:20 2012
@@ -297,7 +297,7 @@ void Help::GetKeybindings()
*w << DisplayKeys(Key.SwitchTagTypeList) << "Tag type list switcher (left column)\n";
- *w << "\n\n " << fmtBold << "Keys - Playlist Editor\n -----------------------------------------\n" << fmtBoldEnd;
+ *w << "\n\n " << fmtBold << "Keys - Playlist editor\n -----------------------------------------\n" << fmtBoldEnd;
*w << DisplayKeys(Key.PrevColumn) << "Previous column\n";
*w << DisplayKeys(Key.NextColumn) << "Next column\n";
*w << DisplayKeys(Key.Enter) << "Add item to playlist and play\n";