From 503b4a305819616d71c4f9053b51735a8ecc7e68 Mon Sep 17 00:00:00 2001 From: Qball Cow Date: Tue, 12 Aug 2008 13:00:13 +0200 Subject: [PATCH] Fix small typo --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 0f79a251..52544cbb 100644 --- a/src/main.c +++ b/src/main.c @@ -1024,7 +1024,7 @@ static void connection_changed(MpdObj *mi, int connected, gpointer data) mpd_disconnect(mi); /* Give error */ printf("Wrong mpd version\n"); - playlist3_show_error_message(_("MPD version before 0.13.0 are not supported."), ERROR_CRITICAL); + playlist3_show_error_message(_("MPD versions before 0.13.0 are not supported."), ERROR_CRITICAL); } /* remove this when it does not fix it */ gmpc_connection_connection_changed(gmpcconn, mi, mpd_check_connected(mi)); -- 2.11.4.GIT