From 69e298b274e7f02ed335f0a68a93d71c8848457e Mon Sep 17 00:00:00 2001 From: Loui Chang Date: Tue, 14 Apr 2009 11:10:47 -0400 Subject: [PATCH] screen_search.c: Fix typo and tweak spacing of search help. Signed-off-by: Loui Chang Signed-off-by: Max Kellermann --- src/screen_search.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/screen_search.c b/src/screen_search.c index f290e04..9dda237 100644 --- a/src/screen_search.c +++ b/src/screen_search.c @@ -98,14 +98,14 @@ lw_search_help_callback(unsigned idx, G_GNUC_UNUSED bool *highlight, { unsigned text_rows; static const char *text[] = { - "Quick - just enter a string and ncmpc will search according", - " to the current search mode (displayed above).", + "Quick - Enter a string and ncmpc will search according", + " to the current search mode (displayed above).", "", "Advanced - : [:...]", - " Example: artist:radiohead album:pablo honey", + " Example: artist:radiohead album:pablo honey", "", - " avalible tags: artist, album, title, track,", - " name, genre, date composer, performer, comment, file", + " Available tags: artist, album, title, track,", + " name, genre, date composer, performer, comment, file", "", NULL }; -- 2.30.2