X-Git-Url: https://git.rvb.name/mpd-web.git/blobdiff_plain/e05325ceb8b812fc40b7c3475c59602dde9efdae..75e2078309389c03d7baa25c2f597b4b42367894:/index.php?ds=sidebyside

diff --git a/index.php b/index.php
index 40c64d8..7ed34f3 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 "Not Connected to Server";
+	echo "Нет соединения с сервером!";
 	exit(1);
 }