summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8e68807)
raw | patch | inline | side by side (parent: 8e68807)
author | Loui Chang <louipc.ist@gmail.com> | |
Tue, 14 Apr 2009 15:10:47 +0000 (11:10 -0400) | ||
committer | Max 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>
Signed-off-by: Max Kellermann <max@duempel.org>
src/screen_search.c | patch | blob | history |
diff --git a/src/screen_search.c b/src/screen_search.c
index f290e04d38a0d80af2e4f88296a37d78dd5165b9..9dda237eb92a29d061af500956f245ac7ff3e163 100644 (file)
--- a/src/screen_search.c
+++ b/src/screen_search.c
{
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
};