Code

screen_search.c: Fix typo and tweak spacing of search help.
authorLoui Chang <louipc.ist@gmail.com>
Tue, 14 Apr 2009 15:10:47 +0000 (11:10 -0400)
committerMax Kellermann <max@duempel.org>
Tue, 14 Apr 2009 17:32:27 +0000 (19:32 +0200)
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Signed-off-by: Max Kellermann <max@duempel.org>
src/screen_search.c

index f290e04d38a0d80af2e4f88296a37d78dd5165b9..9dda237eb92a29d061af500956f245ac7ff3e163 100644 (file)
@@ -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  -  <tag>:<search term> [<tag>:<search term>...]",
-               "                       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
        };