X-Git-Url: https://git.rvb.name/mpd-web.git/blobdiff_plain/40bb089389b428c836f544e2d94a48dfae415229..HEAD:/index.php

diff --git a/index.php b/index.php
index 7ed34f3..ddf52bf 100644
--- a/index.php
+++ b/index.php
@@ -6,7 +6,7 @@ include('system/helper.php');
 $mpd = new mpd($mpd_host,$mpd_port,$mpd_password);
 
 if($mpd->connected != 1){
-	echo "Нет соединения с сервером!";
+	echo "Server not available!";
 	exit(1);
 }