You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed typo preventing russian version of credits appearing
Slight improvement of text mentioning news, so that it's valid with the additional news source added and the fact that Russian translation may be delayed
Copy file name to clipboardExpand all lines: helpukraine.php
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,7 @@ function helpukraine_get_news(&$news_list_en, &$news_list_ru, &$news_articles, &
111
111
{
112
112
$articles = $news_decoded["articles"] ?? [];
113
113
$credits_en = $news_decoded["credits_en"] ?? "";
114
-
$creduts_ru = $news_decoded["credits_ru"] ?? "";
114
+
$credits_ru = $news_decoded["credits_ru"] ?? "";
115
115
$news_list = "";
116
116
$news_articles = "";
117
117
$id = 0;
@@ -266,7 +266,7 @@ function helpukraine_show_the_webpage()
266
266
<p><strong>If you protest</strong> against the war, <strong>you may get arrested</strong> for up to 15 years. Even if you just say that attacking another country with weapons is a war, you may be prosecuted the same way.</p>
267
267
<p>But <strong>if you close your eyes</strong> and stay quiet, <strong>you will be an accomplice</strong> to the mass murderer who claims to be your president.</p>
268
268
<h2>What do you choose?</h2>
269
-
<p>If you're connecting from Russia or Belarus then your government is actively blocking your access to independent information sources. To help you to know what's really happening, here is a balanced list of the most recent news from variety of sources:</p>
269
+
<p>If you're connecting from Russia or Belarus then your government is actively blocking your access to independent information sources. To help you to know what's really happening, here is an uncensored list of recent news from variety of sources:</p>
270
270
<div class="news">
271
271
$news_list_en
272
272
$credits_en
@@ -281,7 +281,7 @@ function helpukraine_show_the_webpage()
281
281
<p><strong>Если вы протестуете</strong> против войны, <strong>вас могут арестовать</strong> на срок до 15 лет. Даже если вы просто скажете, что нападение на другую страну с оружием - это война, вас могут привлечь к ответственности таким же образом.</p>
282
282
<p>Но <strong>если вы закроете глаза</strong> и будете молчать, <strong>вы станете сообщником</strong> массового убийцы, который называет себя вашим президентом.</p>
283
283
<h2>Что вы выберете? </h2>
284
-
<p>Если вы подключаетесь к Интернету из России или Беларуси, то ваше правительство активно блокирует ваш доступ к независимым источникам информации. Чтобы помочь вам узнать, что происходит на самом деле, здесь представлен сбалансированный список самых последних новостей из различных источников:</p>
284
+
<p>Если вы подключаетесь к Интернету из России или Беларуси, то ваше правительство активно блокирует ваш доступ к независимым источникам информации. Чтобы помочь вам узнать, что происходит на самом деле, вот список переведенных новостей из разных источников без цензуры:</p>
0 commit comments