summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d4007f2)
raw | patch | inline | side by side (parent: d4007f2)
author | Max Kellermann <max@duempel.org> | |
Fri, 13 Dec 2013 10:18:18 +0000 (11:18 +0100) | ||
committer | Max Kellermann <max@duempel.org> | |
Fri, 13 Dec 2013 10:18:18 +0000 (11:18 +0100) |
src/main.c | patch | blob | history |
diff --git a/src/main.c b/src/main.c
index 6d0633e82d3f2a1f6e2fe87e933b6bc13fa08e12..4c0f881e9d8311b564fa1b2e3782a5f6bb085b6e 100644 (file)
--- a/src/main.c
+++ b/src/main.c
if (mpd_connection_cmp_server_version(connection, 0, 16, 0) < 0) {
const unsigned *version =
mpd_connection_get_server_version(connection);
- screen_status_printf(_("Error: MPD version %d.%d.%d is to old (%s needed)"),
+ screen_status_printf(_("Error: MPD version %d.%d.%d is too old (%s needed)"),
version[0], version[1], version[2],
"0.16.0");
mpdclient_disconnect(mpd);